Oracle DBA by Example. Code samples, Scripts, Reference.
Pages
(Move to ...)
Home
▼
Thursday, May 24, 2018
Golden Gate Error: error while loading shared libraries
›
=================== General =================== For unknown reason, ggsci is throwing an error: /software/ogg/1212/ggsci: error while l...
Wednesday, May 23, 2018
expdp is failing with ORA-31623: a job is not attached to this session via the specified handle
›
===================== General ===================== When performing export via expdp, following error is coming: ORA-31623: a job is not...
Monday, May 21, 2018
Golden Gate During dblogin error OGG-01117 and error OGG-01668 are coming
›
===================== General ===================== During dblogin error OGG-01117 and error OGG-01668 are coming =================...
Oracle Golden Gate Extract is failing with: ERROR OGG-00868 Error code 1291, error message: ORA-01291: missing logfile.
›
======================= General ======================= The archive folder was 100% full. As an SOS operation, all archive files were de...
10 comments:
Sunday, May 13, 2018
SQL Server. Top Segments and shrink datafile
›
======================= To see top Segments ======================= SELECT CAST(object_name(id) as varchar(50)) AS object_name, ...
Sunday, April 29, 2018
PL/SQ and sqlplus batch by example. Delete from Table in Three Steps
›
======================= General ======================= Generic delete from a table using Business Logic. Several million of records ar...
‹
›
Home
View web version