How to find archive log history, Size, Sequence, Archive log status, location

Introduction Before explaining the details about How to find archive log history, how to find archive log sequence number in oracle, how to check archive log mode in oracle,how to check archive log location in oracle, how to check archive log size in oracle etc, it will be good to understand the archive log and […]

How to find archive log history, Size, Sequence, Archive log status, location Read More »

How to Clone Oracle Application Server 10g

Here are the steps outlined for How to Clone the Application Server Given source machine is SUN1 and the target machine is SUN2. Prepare steps 1) On the source and target ensure that the PERL5LIB variable is set. 2) $ export PERL5LIB=$ORACLE_HOME/perl/lib/5.6.1:$ORACLE_HOME/perl/lib/site_perl/5.6.1 3) cd $ORACLE_HOME/clone/bin 4) ./prepare_clone.pl ORACLE_HOME=$ORACLE_HOME Create a tar file and copy it

How to Clone Oracle Application Server 10g Read More »

How to solve ORA-29283 : invalid file operation

ORA-29283: invalid file operation is quite a common error. It happens mostly because of the two reasons (1) The directory and file should have appropriate  permission at the OS level for the same user which started the Oracle database For example The directory does not exists on OS ls  /u555/app/oracle No such file or directory SQL>

How to solve ORA-29283 : invalid file operation Read More »

Scroll to Top