Can i change db_files without restarting the database
alter system set db_files=<new_value> sid='*' scope=spfile;
I need to increase the value without restarting the database .
Will it take effect automatically without restarting the database ?
Tagged:
0