DB_FILES is not the no. of database files, it is the max number of files associated with this instance of the DB!Quote:
db_files = 500 # Max. no. of database files
Printable View
DB_FILES is not the no. of database files, it is the max number of files associated with this instance of the DB!Quote:
db_files = 500 # Max. no. of database files
I am now creating a database using dbassist,lets see what happens.
dbassist was simple and easy, no errors !
Julian,
quote:
--------------------------------------------------------------------------------
db_files = 500 # Max. no. of database files
--------------------------------------------------------------------------------
DB_FILES is not the no. of database files, it is the max number of files associated with this instance of the DB!
Then if I am running a single instance database then db_files will be max number of datafiles I can create right?
Nizar