; Sample database portion of an nsd.ini for successfully running
; the ArsDigita Oracle Driver.

; This particular configuration is for an AOLserver running the
; ArsDigita Community System.  If you're not using ACS you won't
; need as many pools

; last updated May 17, 1999

[ns/db/drivers]
ora8=ora8.so

[ns/db/pool/main]
Driver=ora8
Connections=4
DataSource=
User=alex
Password=woofwoof
Verbose=On
ExtendedTableInfo=On

[ns/db/pool/subquery]
Driver=ora8
Connections=2
DataSource=
User=alex
Password=woofwoof
Verbose=On
ExtendedTableInfo=On

[ns/db/pool/log]
Driver=ora8
Connections=2
DataSource=
User=alex
Password=woofwoof
Verbose=On
ExtendedTableInfo=On

[ns/db/pools]
main=main
subquery=subquery
log=log

[ns/parameters]
...
StackSize=500000

[ns/server/gsdev/db]
Pools=*
DefaultPool=main