https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=334297584806695&parent=DOCUMENT&sourceId=419550.1&id=1503653.1&_afrWindowMode=0&_adf.ctrl-state=15is5xh3l8_33
Wednesday, 5 December 2018
Subscribe to:
Posts (Atom)
Featured post
Restircted session due to sync filed with ora-65177
Application is unable to connect the database due to restricted session. sql> show pdbs; SQL> show con_name CON_NAME -----------------...
-
Use the following script for this purpose for each database. REF :This script is also present in the link https://www.sqlservercentral.co...
-
alter system set local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = demo.localdomain)(PORT = 1531))'; alter system set local_listene...
-
set head off REM set long 150 set linesize 150 set longchunksize 150 set pages 0 set long 99999999 set feedback off set echo off ...