The error *** Please move GoldenGate to its own tablespace, movetablespace is reported when you run the GOLDENGATE ddl_setup. SQL script.

Source: Internet
Author: User

The error *** Please move GoldenGate to its own tablespace, movetablespace is reported when you run the GOLDENGATE ddl_setup. SQL script.

SQL> @ddl_setup Oracle GoldenGate DDL Replication setup script Verifying that current user has privileges to install DDL Replication... You will be prompted for the name of a schema for the Oracle GoldenGate database objects. NOTE: For an Oracle 10g source, the system recycle bin must be disabled. For Oracle 11g and later, it can be enabled. NOTE: The schema must be created prior to running this script. NOTE: Stop all DDL replication before starting this installation. Enter Oracle GoldenGate schema name:goldengate Working, please wait ... Spooling to file ddl_setup_spool.txt Checking for sessions that are holding locks on Oracle Golden Gate metadata tables ... Check complete. declare * ERROR at line 1: ORA-20783: ORA-20783: Oracle GoldenGate DDL Replication setup: *** Please move GOLDENGATE to its own tablespace ORA-06512: at line 34 I've read the script, it seems that the problem can be fixed like this: $export ALLOW_SHARED_TABLESPACE='TRUE' 



In fact, export ALLOW_SHARED_TABLESPACE = 'true' is not a good method.

GoldenGate has the following DDL Configuration Requirements:

As explained in install doc, http://docs.oracle.com/cd/E35209_01/doc.1121/e35957.pdf"Create a default tablespace for the Oracle GoldenGate DDL schema. Thistablespace must be dedicated to the DDL schema; do not allow any other schemato share it.  AUTOEXTEND  must be set to  ON for this tablespace, and the tablespacemust be sized to accommodate the growth of the GGS_DDL_HIST  and  GGS_MARKER  tables. The GGS_DDL_HIST  table, in particular, will grow in proportion to overallDDL activity."

The above content is taken from the mos article: Ogg ddl setup (ddl_setup. SQL) fails with ORA-20783 "Tablespace... does not have AUTOEXTEND enabled" (Doc ID 1492777.1)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.