Datafiles are part of the Oracle Database, these are the files that have the actual data in them. Datafiles can...
Month: December 2022
Grid-Installation-ASRBLG-1Download Hope it helped !! :)
Backup of the Oracle home can be taken using any preferred method. You can use any tool such as zip,...
To create a shell script to run export/import utilities. # SCRIPT # --------- # # Set environment variables for ORACLE_HOME,...
There are many middleware tools which require latest version of java jdk to be installed on your Linux machine. You...
The ps utility can get the process state. The process state code will contain the character + when running in...
1. Create a pfile as a backup of your spfile sqlplus '/ as sysdba' SQL> create pfile='/tmp/spfile-bk.ora' from spfile; 2....
A profile is a collection of attributes that apply to a user.The profile is used to enable a single point...
About User Accounts:The areas in which you can configure security are as follows: • User accounts For users to access...
Many people ask these Questions, Q. How to identify which column is candidate for Index creation? Q. How to determine...
This content is password protected. To view it please enter your password below: Password:
What is Recovery Catalog? A recovery catalog is a database schema used by RMAN Which is used to stored Metadata...
SELECT NAME ,OPEN_MODE FROM V$DATABASE;SELECT LOG_MODE FROM V$DATABASE;SELECT NAME FROM V$DATAFILE;SELECT NAME FROM V$TABLESPACE; CREATE TABLESPACE(TB1) RMAN > BACKUP DATABASE...
Control file and Redolog file contains crucial database information and loss of these files will lead to loss of important...
RMAN> show all; CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS; RMAN> CONFIGURE RETENTION POLICY TO NONE; The REDUNDANCY...
SQL> select comp_id, status, version from dba_registry; COMP_ID STATUS VERSION ------------ ----------- -------------- CATALOG INVALID 11.2.0.3.0 CATPROC INVALID 11.2.0.3.0 SQL>...