If the SAP system in upgrade mode and no import possible, then you can use the following database query on the “UVERS” table.
DB Statistics on ORACLE Databases – RTCCTOOL Error for DVM
You can get the “DB Statistics on ORACLE Databases” error while executing RTCCTOOL on your SAP system with the DVM subject and the following details.
HANA Backup Filename, Destination and Size Informations
You can check the SAP HANA backup Destination Path, Backup Size, Destination Type etc. informations via below SQL script.
DB13 Warning CHECKDB Missing Index Situation
If you are getting warning situation for your CHECKDB operation as a result and issue is related to “Missing Index” situation then you can check this note to eliminate this condition.
ORACLE Error “log X of thread X is being cleared, operation not allowed”
If you are getting an error message like “log X of thread X is being cleared, operation not allowed” while trying to reset your database logs especially after database copy operations then you can use the “clear unarchived logfile group” option to solve the issue..
DB02 Refresh Issue
If you changed something on database level of your SAP system , DB02 transaction couldn’t realize that immediately.. If you need this then check the steps below…
SAP system’s Oracle Table Corruption – DBIF_RSQL_SQL_ERROR
If you get an error message “DBIF_RSQL_SQL_ERROR” with “SQL error in the database when accessing a table” detail information in your ST22 transaction then you should check the following steps for this issue…
ORA-03113 : end-of-file on communication channel
If your SAP system “HANGS or DOWN” due to error message of “ORA-03113 : end-of-file on communication channel” then you should check the following steps to find figure out what is going on…
Shrink Option for Oracle Database
If you delete some records in a SAP database table , it is a good option to make a “Shrink” operation on database level.You can do this online and easly with Oracle 11G like shown below…
Open Oracle Alert Log Easily via ADRCI and SAP
If you need to check ORACLE’s “Alert Log” and you don’t want to use SQLPLUS or you don’t have Authorization to connect ORACLE database then you can use the following ways to do this..
ORA-01194: file 1 needs more recovery to be consistent
If you got an error “ORA-01194: file 1 needs more recovery to be consistent” after the SQL command “alter database open resetlogs” you should check the related solution before trying anything else…
ORA-01187: cannot read from file because it failed verification tests
If you get an error like “ORA-01187: cannot read from file because it failed verification tests” after any homogenenous system copy operation on ORACLE database then you should check this article…
Finding Corrupt Indexes on Oracle
You can find the corrupted INDEXES via ORACLE database view “v$database_block_corruption”..Let’s check with an example…
Rebuild an Oracle Database Index via SQLPLUS / RSANAORA / BRTOOLS
When you are required to rebuild an index that is in an unusable, missing, or bad index status then you can use several tools like i would like to share with you below…
Rebuild an Index via DB02
If you want to rebuild an index over SAP system then you can use the DB02 transaction for this operation….Let’s see the steps…
Change SAPSR3 Password via BRTOOLS
If you want to change your SAPSR3 users password, it’s so easy to do it via BRTOOLS on operating system level.
ORACLE DB Startup Modes
Let’s remember the ORACLE database startup options.
NOMOUNT : If we choose “nomount” option to start our ORACLE database , system first read “init.ora” file to get database configuration and related parameters thus database can start background processes.
Oracle Datafile Resize
Sometimes we get a message from DB13 “Check DB” operaion like ;
BR0970W Database administration alert – level: WARNING, type:
TABLESPACE_FULL, object: PSAPSR3DB, value: 95.46% (> 95%)
DB13 “Checkpoint Not Complete”
If you get “Checkpoint Not Complete” message from your “Alert.log” via DB13 tcode, it means that probably your REDOLOG file sizes are smaller than the oracle db needed.
DB13 tcode show us following screen in case of situation ;
ORA-12560: TNS:protocol adapter error
Usually we get this error if Oracle Client dosen’t know which database to connect according to “TNS Alias” information.
To control to status firstly we should check the connection manually over SQLPLUS with the related Oracle user.
ORA-01123: cannot start online backup; media recovery not enabled
Sometimes when we trying to start “Online Backup” on our ORACLE/SAP system we get an error like “ORA-01123: cannot start online backup; media recovery not enabled”
For Oracle Version 10g and 11g please use the following syntax on SQLPlus ;
ORA-01565 and ORA-27046 Errors
While tying to START a database sometimes if we are not lucky then we can see the following errors ;
ORA-01565 and ORA-27046
Recent Comments