irut@/home/oracle/dba/scripts: cat all_tables.sql set echo off spool SCHEMAS_TABS.txt set sqlblanklines off set linesize 50 set pagesize 0 set heading off set timing off set termout off set feedback off SELECT DISTINCT OBJECT_NAME FROM USER_OBJECTS WHERE OBJECT_TYPE = 'TABLE'; spool off quit
Common Issues and Solutions for Oracle 19c Grid Infrastructure Installation • Check Log Files for Details Oracle installation issues often provide valuable clues in the log files. If the installer seems stuck or fails, check the following logs: ▪ Install log : /u01/app/oraInventory/logs/installActions<date>.log • ▪ Grid Infrastructure log : $ORACLE_BASE/cfgtoollogs/ • • These logs can provide error messages and help identify the exact issue. • • Check Permissions and Ownership Verify that the Oracle Grid Infrastructure installation directories have the correct ownership and permissions. • For example: • Make sure the grid user has permission to write to the directories where the i...
Comments
Post a Comment