- Oracle WebLogic Server
- Oracle Coherence.
Oracle provides the
following Package installers:
- Generic Package installer
Does not include the Java Runtime. You may select a Generic Package installer that includes WebLogic Server and Oracle Coherence.
- OS-specific Package installer
Includes the Java Runtime specific to the operating system on which WebLogic Server is supported. The installers for Windows and Linux platforms include both the Sun JDK and Oracle JRockit JDK. You may select a Generic Package installer that includes WebLogic Server and Oracle Coherence.
Download Link:
https://edelivery.oracle.com
Note:
Use the generic installer to install the product on any
supported platform on which Java is already installed.
Installation Steps
The minimum JDK required for WebLogic Server 12c Release 1 (12.1.1) is a version
based on JDK 1.6.0_24 or later. If you plan to use Oracle JRockit JDK with the
WebLogic server installation Oracle JRockit 1.6.0_24 JDK is included in WebLogic
Servers installers for the windows and Linux platforms
2. Download the Package Installer
3. Run the Installer
The
installation is same as 11g.
Note:
If at a later time you decide that you want to install
additional product components to an
existing installation, you can simply
re-run the installer.
If you choose the same installation directory as before,
only those components that arenot already installed can be selected. Installed components are grayed out.
Example
virtualnuggets offering oracle dba online training,corporate training services.
ReplyDeleteIndividual backups:
Rman>Backup tablespace ‘SYSTEM’;
Rman>backup datafile 4,5;
How to enable auto controlfile backup.( whenever we take any backup it will include controlfile).
Rman>show all;
Rman>configure controlfile autobackup on;
Rman>backup datafile 5;
Rman>configure retention policy to recovery window of 7 days;
To enable:
Rman>configure backup optimization on;
To disable:
Rman>configure backup optimization off;
Deleting backup:
Rman> delete backupset number;