Database Administrator

Showing posts with label expdp. Show all posts
Showing posts with label expdp. Show all posts
Friday, January 22, 2016

EXPDP ORA-31626 ORA-31633 ORA-06512 ORA-01950

›
ORA-31626 ORA-31633 ORA-06512 ORA-01950 ORA-31626: job does not exist ORA-31633: unable to create master table "SYSTEM.SYS_EXPORT_FUL...
Tuesday, September 25, 2012

expdp procedure in 11g

›
 1) create directory export_auto as 'd:\expdp1213';  create user dba_export_user identified by test123; grant connect, create d...
Friday, May 4, 2012

Drop All Database Objects

›
BEGIN   FOR cur_rec IN (SELECT table_owner, table_name, constraint_name FROM dba_constraints                   WHERE  constraint_type = ...
Wednesday, February 8, 2012

EXPDP Data Pump Job Scheduling with rename dump and remove old files

›
1) create directory export_auto as 'd:\expdp1213'; create user dba_export_user identified by test123; grant connect, create databas...
1 comment:
Monday, November 28, 2011

expdp

›
http://www.dba-oracle.com/t_export_import_different_releases_of_oracle.htm
›
Home
View web version
Powered by Blogger.