What will the Oracle Server do if you issue the ALTER DATABASE ADD LOGFILE command without the GROUP option?
The syntax to add a redo log group: ALTER DATABASE prod ADD LOGFILE GROUP 2 (‘/disk2/log2a.rdo’, ‘/disk3/log3b.rdo’) SIZE 1M; If you specify the GROUP option, you must use an integer value. If you do not use the GROUP option, the Oracle Server will automatically generate a value. Use the SIZE option if you are creating a new file. Use the REUSE option if the file already exists.
Related Questions
- What are the opportunities for converting databases, for example, can I convert another SQL Server database to Oracle server database?
- What will the Oracle Server do if you issue the ALTER DATABASE ADD LOGFILE command without the GROUP option?
- Can applications built using Oracle ADF be deployed to any J2EE application server and/or any database?