Considerations before Creating database for Websphere Portal View some important considerations before setting up Oracle databases to work with WebSphere Portal. For information about creating databases, refer to the Oracle product documentation. For information on the recommended database architecture and the databases you will need to create, see the Planning for Oracle topic. Be sure [...]
Archive for the ‘Oracle Installation Creation Configuration’ Category
17 May
Drop Database
Oracle provide a method to drop a database with a single statement starting from Oracle 10g. This method uses DROP DATABASE command in RMAN. The target database must be mounted in EXCLUSIVE mode with RESTRICTED SESSION enabled. DROP DATABASE INCLUDING BACKUPS; $ sqlplus “/ as sysdba” SQL> shutdown immediate; SQL> startup mount [...]