Goldengate 11.1.1.1 Oracle 11.2 Encrypted tablespace

Please advise why this error is showing and help us on this situation
Line: -----
Windows 2008 x64
Oracle 11.2.0.1 x64
Oracle Goldengate 11.1.1.1 x64
++++++++++++SOURCE++++++++++++++
sql>conn / as sysdba
**************CREATE TABLESPACE AND TABLE********************
CREATE TABLESPACE encrypted_ts
DATAFILE 'd:\oradata\test\encrypted_ts01.dbf' SIZE 128K
SIZE 15M
AUTOEXTEND ON NEXT 20M
MAXSIZE UNLIMITED
LOGGING
ENCRYPTION USING 'AES192'
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO
DEFAULT NOCOMPRESS STORAGE(ENCRYPT);
CREATE TABLE TESTA
ID NUMBER,
NAME VARCHAR2(16 CHAR)
LOGGING
NOCOMPRESS
NOCACHE
NOPARALLEL
MONITORING;
cmd> mkstore -wrl d:\test\wallet -createEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
Enter <secret> : test
cmd>mkstore -wrl d:\test\wallet -viewEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG = test
sql>ALTER SYSTEM SET ENCRYPTION WALLET CLOSE IDENTIFIED BY 'welcome1';
sql>ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY 'welcome1';
Compile dbms_internal_clkm package.
sql>@prvtclkm.plb
sql>GRANT EXECUTE ON SYS.DBMS_INTERNAL_CLKM TO GGS_OWNER;
**********************************GOLDENGATE******************************************
ggsci>dblogin userid ggs_owner, ggs_owner
ggsci>add extract ext2ts, tranlog, begin now
ggsci>add rmttrail D:\ggs\dirdat\ts, extract ext2ts
ggsci>ENCRYPT PASSWORD test ENCRYPTKEY DEFAULT
Using default key...
Encrypted password: AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE
ggsci>edit params ext2ts
EXTRACT ext2ts
USERID ggs_owner, PASSWORD ggs_owner
RMTHOST 192.168.0.2, MGRPORT 7809
RMTTRAIL D:\ggs\dirdat\ts
DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE ENCRYPTKEY DEFAULT -- ???
TABLE TESTA;
+++++++++++++TARGET++++++++++++++++
sql> conn / as sysdba
**************CREATE TABLESPACE AND TABLE********************
cmd>
CREATE TABLESPACE ts
LOGGING DATAFILE 'd:\oradata\test\ts.dbf'
SIZE 15M
AUTOEXTEND ON NEXT 20M
EXTENT MANAGEMENT
LOCAL SEGMENT SPACE
MANAGEMENT AUTO;
CREATE TABLE TESTA
ID NUMBER,
NAME VARCHAR2(16 CHAR)
LOGGING
NOCOMPRESS
NOCACHE
NOPARALLEL
MONITORING;
************************************GOLDENGATE*****************************************
ggsci>DBLOGIN USERID ggs_owner, PASSWORD ggs_owner
ggsci>ADD CHECKPOINTTABLE GGS_OWNER.CHKPTAB
ggsci>ADD REPLICAT rep1, EXTTRAIL D:\ggs\dirdat\ts, CHECKPOINTTABLE GGS_OWNER.CHKPTAB
ggsci>EDIT PARAMS rep1
REPLICAT rep1
ASSUMETARGETDEFS
USERID ggs_owner, PASSWORD ggs_owner
MAP GGS_OWNER.TESTA, TARGET GGS_OWNER.TESTA;
+++++++++++++TARGET+++++++++++++++
ggsci>start replicat rep1
+++++++++++++SOURCE+++++++++++++++
ggsci>start extract ext2ts
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!EXTRACT - REPORT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2011-07-05 11:46:50 ERROR OGG-01028 ORA-06521: PL/SQL: Error mapping function
ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3
ORA-06512: at line 1.
2011-07-05 11:46:50 ERROR OGG-01668 PROCESS ABENDING.
Edited by: Oyunbold on Jul 7, 2011 3:25 AM
Edited by: Oyunbold on Jul 19, 2011 6:09 PM

Yesterday, I met the same problem. How do you solve it ? Plz, help me.
OS : AIX 5.3
DB : Oracle 11.1.0.7
OGG : 11.1.1.1
2011-09-06 15:26:56 INFO OGG-01515 Oracle GoldenGate Capture for Oracle, eora01.prm: Positioning to begin time Sep 2, 2011 6:50:49 PM.
2011-09-06 15:26:56 ERROR OGG-01028 Oracle GoldenGate Capture for Oracle, eora01.prm: ORA-12427: invalid input value for FLAGS parameter ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3 ORA-06512: at line 1.
2011-09-06 15:26:56 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, eora01.prm: PROCESS ABENDING.
Our Extract configuration is below :
EXTRACT EORA01
USERID ogg, PASSWORD AACAAAAAAAAAAADAHBMDHBECUCZBPIYE, encryptkey XKEY
DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAIARIXFKCQBMFIGFARA ENCRYPTKEY DEFAULT
ENCRYPTTRAIL
exttrail ./dirdat/ea
EOFDELAYCSECS 50
FLUSHCSECS 50
DISCARDFILE ./dirrpt/EORA01.DSC, APPEND, MEGABYTES 500
DISCARDROLLOVER AT 07:30
TABLE TVANBT.TLF_BUYS_MISS;
...

Similar Messages

  • Oracle user'd encrypted password (Oracle 10g)

    Hi Guys,
    Which table can I check for oracle user's encrypted password. I need to use the same password on the application's configuration file for connection to the database.
    Thank you.

    SQL> desc user$
    Name                            Null?    Type
    USER#                            NOT NULL NUMBER
    NAME                            NOT NULL VARCHAR2(30)
    TYPE#                            NOT NULL NUMBER
    PASSWORD                             VARCHAR2(30)
    DATATS#                       NOT NULL NUMBER
    TEMPTS#                       NOT NULL NUMBER
    CTIME                            NOT NULL DATE
    PTIME                                  DATE
    EXPTIME                             DATE
    LTIME                                  DATE
    RESOURCE$                       NOT NULL NUMBER
    AUDIT$                              VARCHAR2(38)
    DEFROLE                       NOT NULL NUMBER
    DEFGRP#                             NUMBER
    DEFGRP_SEQ#                             NUMBER
    ASTATUS                       NOT NULL NUMBER
    LCOUNT                        NOT NULL NUMBER
    DEFSCHCLASS                             VARCHAR2(30)
    EXT_USERNAME                             VARCHAR2(4000)
    SPARE1                              NUMBER
    SPARE2                              NUMBER
    SPARE3                              NUMBER
    SPARE4                              VARCHAR2(1000)
    SPARE5                              VARCHAR2(1000)
    SPARE6                              DATE

  • How to reconfigure and restart GoldenGate Replication from MySQL to Oracle after a DDL operation on the source

    I succesfully configured and performed the goldengate replication from MySQL 5.1 to Oracle XE 11g using GG 11g as per
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/11g/GGS_Sect_Config_UX_MSQ_to_UX_ORA.pdf
    After replication was successully started working I added a new column to one of the test tables TCUSTMER
    ALTER TABLE TCUSTMER ADD COLUMN ADDRESS VARCHAR(64) DEFAULT NULL;
    And inserted another row in the same table.
    INSERT INTO TCUSTMER VALUES ('CLARK', 'CLARK BOATS', 'REDWOOD',  'CA', 'Test Addresss1');
    As soon as I did that the replication broke.
    2015-04-16 17:42:44  ERROR   OGG-00146  VAM function VAMRead returned unexpected result: error 600 - VAM Client Report <CAUSE OF FAILURE : Table Metadata Altered cause
    WHEN FAILED : While processing table map event in log processor
    Then I reverted the DDL change back to original
    ALTER TABLE TCUSTMER DROP COLUMN ADDRESS;
    and tried to run the replication again
    But it is not starting as before.
    What should I do to move forward with same setup.

    Hi ,
    Whenever you do a DDL change in the Source table, you have to make the same changes in the Target side also. Then recreate the Definition File, copy it to the Target side and Start the GoldenGate processes.
    1. Add the column in the Target side.
    2. Recreate the Definition File and copy it to the Target side.
    3. Recreate the Replicat process in the Target side and try to start it.
    Hope this works..!!!!!!!! Any other suggestions friends????????
    Regards,
    Veera

  • Replication Error in Goldengate SQL Server 2005 to Oracle.

    Dear All
    SQL Server 2005 is my source database and oracle is my destination database when i run my param file at source side following error occur.Kindly suggest the solution.
    ERROR OGG-00146 VAM function VAMInitialize returned unexpected result:
    error 600 - VAM Client Report <MSSqlVam: (1) At least one option of type MANAGESECONDARYTRUNCATIONPOINT
    needs to be specified for TRANLOGOPTIONS (DSOPTIONS)>.

    The GoldenGate forum is over here:
    GoldenGate
    (question is somewhat old, but unanswered)
    SQL Server setup - you have to choose one of two options for the truncation point and the transaction log:
    If the Extract process is running against a SQL Server 2005 source, use the TRANLOGOPTIONS
    parameter to control whether Extract or SQL Server maintains the secondary truncation
    point. This is a required parameter and must contain one of the following options:
    SQL Server replication maintains the truncation point
    Use TRANLOGOPTIONS with the NOMANAGESECONDARYTRUNCATIONPOINT option if Extract and
    SQL Server 2005 replication or a third-party replication program will be running at the
    same time for the same database.
    Oracle GoldenGate maintains the truncation point
    Use TRANLOGOPTIONS with the MANAGESECONDARYTRUNCATIONPOINT option if Extract and SQL
    Server 2005 replication or a third-party replication program will not be running at the
    same time for the same database.
    See page 29 in the SQL Server setup and installation guide

  • Oracle 10g express encrypt

    Hi, Can someone please tell me way of encrypting a column in oracle 10g express database?

    You can try to use DBMS_CRYPTO which is available in XE: http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/apdvncrp.htm#i1006531

  • Bypassing direct IO - installing Oracle 9i on encrypted hard disk

    I tried to install Oracle 9.2.0.1.0 on my laptop, for development. Company policy dictates that all laptop hard disks must be encrypted, so I guess I need to bypass direct IO.
    So, what parameters must I configure yo bypass all direct IO calls in Oracle 9i?
    Cheers,
    Joni

    Down the Java Runtime from Sun
    That might solve it :)
    If I recall, Java Runtime is not shipped with XP
    Humphrey
    www.not5150.com

  • I hate oracle support - transporting index tablespaces

    i exported 9 index tablespaces and ran the import into a database created as a duplicate of the original database (duplicated using RMAN). None of the indexes got created...yes I checked dba_segments.
    I am using 9iR2.
    Any suggestions?

    the intent was to bring over the 9 data tablespaces and the 9 index tablespaces using transportable tablespace -- the amount of data here is 2.5+ Tb. we exported the metadata for all 18 tablespaces and then tried to import that metadata to the new instance. the data came over fine but the indexes are non-existent. oracle support says this should have worked, but surprise, it didn't. it will take 72 hours or more to rebuild the indexes if we have to do it manually, which is why we trying to use transport to begin with. just copying all the files over took 20 hours.
    oracle says my indexes should be there. anyone else try to do this and what did they do to make it happen?

  • Change in the oracle 11g user default tablespace

    Hi All,
    Just wanted to clarify a satiuation where i had to change the default tablespace of an user/schema ( creating a new tablespace and assigning it to the user )   and take the export (expdp) of it,  and import back to the same user will it have all the objects  which were owned by that user before .
    1. create a new tablespace abc .
    2 Assigne that tablespace to an existing user/schema ( It has a different tablespace previously)
    3. expdp 'user'
    4.impdp 'user'
    will this retain all the objects of the user ?
    Any expert suggestion is highly apprciated .
    thaniks in advance

    793075 wrote:
    Hi All,
    Just wanted to clarify a satiuation where i had to change the default tablespace of an user/schema ( creating a new tablespace and assigning it to the user )   and take the export (expdp) of it,  and import back to the same user will it have all the objects  which were owned by that user before .
    1. create a new tablespace abc .
    2 Assigne that tablespace to an existing user/schema ( It has a different tablespace previously)
    3. expdp 'user'
    4.impdp 'user'
    will this retain all the objects of the user ?
    Any expert suggestion is highly apprciated .
    thaniks in advance
    What prevents you from doing this yourself and seeing for yourself what the behavior is?   (How do you think the 'gurus' got to be 'gurus'?)
    If, after conducting your own test, you see behavior you don't understand, I'm sure someone here will help explain the behavior you observe vs the behavior you expected.

  • Approach for Oracle's TDE encryption.

    Hello experts,
    We are in the process of encrypting our HCM Databaseu2026
    We are looking to encrypt such details as Social insurance number, First name, Last name, Date of birth, Base
    salary, Email addressu2026.etc
    Question is, do we encrypt at the table/column level (multitude of tables) or at the
    package level?
    Please suggest?
    Thanks in advance.
    Regards,
    Iqbal

    Hi ,
    You may refer SAP Note 974876 - Transparent Data Encryption (TDE)
    It contains all information about TDE and pointers to configuration.
    Regards,
    Deepak Kori

  • GoldenGate on Oracle Standard Edition

    Hi,
    GoldenGate supports extract from an Oracle Standard Edition One database, but I have not yet managed to create an extract queue.
    I have read the manuals, I have searched Oracle forum and I have also searched Oracle Support pages, but I haven't found anything how it should be done.
    Please guide me.
    I have tried to create the extract with several different commands. Here are some of them:
    add extract ggsrc, tranlog, begin now, threads 1
    add extract ggsrc, tranlog, begin now, passive
    Here is the error message I receive:
    2011-11-10 12:14:00 WARNING OGG-01756 Cannot register EXTRACT GGSRC with database because of the following SQL error: OCI Error ORA-00439: feature not enabled
    : Streams Capture
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 453
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 289
    ORA-06512: at line 1 (status = 0). See Extract user privileges in the Oracle Gol
    denGate for Oracle Installation and Setup Guide. You can manually register this
    group with the REGISTER EXTRACT command.
    EXTRACT added.
    As you can see the command is trying to use an option which is not enabled in the Standard Edition One. It is using some Streams functionality which is standard in Enterprise Edition.
    Regards
    Kjell Magne Kvinnesland

    Have you seen this?
    Adding an Extract Fails with OGG-01756 Cannot Register EXTRACT (Doc ID 1330577.1)

  • How to uninstall Oracle 11g Database Options?

    I've come across a problem. A company that developed an application, installed Oracle 11g EE.
    I guess they would use all default options. Some of them are licensed separately, and are not used. So I need to uninstall them.
    For example, I see that it is installed "Advanced Compression". I tried to uninstall it from the Universal Installer, but there isn't an option.

    Good news for my company.
    There has never been used "Advanced Compression" and for everything else we are licensed.
    NAME                                                     VERSION     DETECTED_USAGES CURRENTLY_USED LAST_USAGE_DATE
    Active Data Guard - Real-Time Query on Physical Standby  11.2.0.2.0                0 FALSE                         
    ADDM                                                     11.2.0.2.0                0 FALSE                         
    Advanced Replication                                     11.2.0.2.0                0 FALSE                         
    Application Express                                      11.2.0.2.0                0 FALSE                         
    Automatic SGA Tuning                                     11.2.0.2.0                0 FALSE                         
    Automatic Storage Management                             11.2.0.2.0                0 FALSE                         
    Automatic Workload Repository                            11.2.0.2.0                0 FALSE                         
    AWR Baseline                                             11.2.0.2.0                0 FALSE                         
    AWR Baseline Template                                    11.2.0.2.0                0 FALSE                         
    Backup BASIC Compression                                 11.2.0.2.0                0 FALSE                         
    Backup BZIP2 Compression                                 11.2.0.2.0                0 FALSE                         
    Backup Encryption                                        11.2.0.2.0                0 FALSE                         
    Backup HIGH Compression                                  11.2.0.2.0                0 FALSE                         
    Backup LOW Compression                                   11.2.0.2.0                0 FALSE                         
    Backup MEDIUM Compression                                11.2.0.2.0                0 FALSE                         
    Backup Rollforward                                       11.2.0.2.0                0 FALSE                         
    Backup ZLIB Compression                                  11.2.0.2.0                0 FALSE                         
    Baseline Adaptive Thresholds                             11.2.0.2.0                0 FALSE                         
    Baseline Static Computations                             11.2.0.2.0                0 FALSE                         
    Bigfile Tablespace                                       11.2.0.2.0                0 FALSE                         
    Block Media Recovery                                     11.2.0.2.0                0 FALSE                         
    Change Data Capture                                      11.2.0.2.0                0 FALSE                         
    Change-Aware Incremental Backup                          11.2.0.2.0                0 FALSE                         
    Character Semantics                                      11.2.0.2.0                0 FALSE                         
    Client Identifier                                        11.2.0.2.0                0 FALSE                         
    Clusterwide Global Transactions                          11.2.0.2.0                0 FALSE                         
    Compression Advisor                                      11.2.0.2.0                0 FALSE                         
    Crossedition Triggers                                    11.2.0.2.0                0 FALSE                         
    CSSCAN                                                   11.2.0.2.0                0 FALSE                         
    Data Guard                                               11.2.0.2.0                0 FALSE                         
    Data Mining                                              11.2.0.2.0                0 FALSE                         
    Data Recovery Advisor                                    11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Capture                        11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Replay                         11.2.0.2.0                0 FALSE                         
    Deferred Open Read Only                                  11.2.0.2.0                0 FALSE                         
    Direct NFS                                               11.2.0.2.0                0 FALSE                         
    Dynamic SGA                                              11.2.0.2.0                0 FALSE                         
    Editioning Views                                         11.2.0.2.0                0 FALSE                         
    Editions                                                 11.2.0.2.0                0 FALSE                         
    EM Database Control                                      11.2.0.2.0                0 FALSE                         
    Encrypted Tablespaces                                    11.2.0.2.0                0 FALSE                         
    Exadata                                                  11.2.0.2.0                0 FALSE                         
    Extensibility                                            11.2.0.2.0                0 FALSE                         
    File Mapping                                             11.2.0.2.0                0 FALSE                         
    Flashback Data Archive                                   11.2.0.2.0                0 FALSE                         
    Flashback Database                                       11.2.0.2.0                0 FALSE                         
    GoldenGate                                               11.2.0.2.0                0 FALSE                         
    HeapCompression                                          11.2.0.2.0                0 FALSE                         
    Hybrid Columnar Compression                              11.2.0.2.0                0 FALSE                         
    Instance Caging                                          11.2.0.2.0                0 FALSE                         
    Internode Parallel Execution                             11.2.0.2.0                0 FALSE                         
    Label Security                                           11.2.0.2.0                0 FALSE                         
    Locator                                                  11.2.0.2.0                0 FALSE                         
    Long-term Archival Backup                                11.2.0.2.0                0 FALSE                         
    Materialized Views (User)                                11.2.0.2.0                0 FALSE                         
    Messaging Gateway                                        11.2.0.2.0                0 FALSE                         
    Multi Section Backup                                     11.2.0.2.0                0 FALSE                         
    Multiple Block Sizes                                     11.2.0.2.0                0 FALSE                         
    Object                                                   11.2.0.2.0                0 FALSE                         
    OLAP - Analytic Workspaces                               11.2.0.2.0                0 FALSE                         
    OLAP - Cubes                                             11.2.0.2.0                0 FALSE                         
    Oracle Database Vault                                    11.2.0.2.0                0 FALSE                         
    Oracle Java Virtual Machine (user)                       11.2.0.2.0                0 FALSE                         
    Oracle Managed Files                                     11.2.0.2.0                0 FALSE                         
    Oracle Multimedia                                        11.2.0.2.0                0 FALSE                         
    Oracle Multimedia DICOM                                  11.2.0.2.0                0 FALSE                         
    Oracle Secure Backup                                     11.2.0.2.0                0 FALSE                         
    Oracle Text                                              11.2.0.2.0                0 FALSE                         
    Oracle Utility External Table                            11.2.0.2.0                0 FALSE                         
    Oracle Utility SQL Loader (Direct Path Load)             11.2.0.2.0                0 FALSE                         
    PL/SQL Native Compilation                                11.2.0.2.0                0 FALSE                         
    Read Only Tablespace                                     11.2.0.2.0                0 FALSE                         
    Real Application Clusters (RAC)                          11.2.0.2.0                0 FALSE                         
    Real-Time SQL Monitoring                                 11.2.0.2.0                0 FALSE                         
    Recovery Area                                            11.2.0.2.0                0 FALSE                         
    Recovery Manager (RMAN)                                  11.2.0.2.0                0 FALSE                         
    Resource Manager                                         11.2.0.2.0                0 FALSE                         
    Restore Point                                            11.2.0.2.0                0 FALSE                         
    Result Cache                                             11.2.0.2.0                0 FALSE                         
    RMAN - Disk Backup                                       11.2.0.2.0                0 FALSE                         
    RMAN - Tape Backup                                       11.2.0.2.0                0 FALSE                         
    Rules Manager                                            11.2.0.2.0                0 FALSE                         
    SecureFile Compression (system)                          11.2.0.2.0                0 FALSE                         
    SecureFile Compression (user)                            11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (system)                        11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (user)                          11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (system)                           11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (user)                             11.2.0.2.0                0 FALSE                         
    Semantics/RDF                                            11.2.0.2.0                0 FALSE                         
    Server Flash Cache                                       11.2.0.2.0                0 FALSE                         
    Services                                                 11.2.0.2.0                0 FALSE                         
    Shared Server                                            11.2.0.2.0                0 FALSE                         
    Spatial                                                  11.2.0.2.0                0 FALSE                         
    SQL Access Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Performance Analyzer                                 11.2.0.2.0                0 FALSE                         
    SQL Plan Management                                      11.2.0.2.0                0 FALSE                         
    SQL Profile                                              11.2.0.2.0                0 FALSE                         
    SQL Repair Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (system)                                  11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (user)                                    11.2.0.2.0                0 FALSE                         
    SQL Workload Manager                                     11.2.0.2.0                0 FALSE                         
    Streams (system)                                         11.2.0.2.0                0 FALSE                         
    Streams (user)                                           11.2.0.2.0                0 FALSE                         
    Transparent Data Encryption                              11.2.0.2.0                0 FALSE                         
    Transparent Gateway                                      11.2.0.2.0                0 FALSE                         
    Transportable Tablespace                                 11.2.0.2.0                0 FALSE                         
    Tune MView                                               11.2.0.2.0                0 FALSE                         
    Undo Advisor                                             11.2.0.2.0                0 FALSE                         
    Very Large Memory                                        11.2.0.2.0                0 FALSE                         
    Workspace Manager                                        11.2.0.2.0                0 FALSE                         
    XDB                                                      11.2.0.2.0                0 FALSE                         
    XStream In                                               11.2.0.2.0                0 FALSE                         
    XStream Out                                              11.2.0.2.0                0 FALSE                         
    XStream Streams                                          11.2.0.2.0                0 FALSE                         
    ASO native encryption and checksumming                   11.2.0.2.0                1 FALSE          20/10/12       
    Segment Advisor (user)                                   11.2.0.2.0                1 FALSE          08/03/13       
    SQL Tuning Advisor                                       11.2.0.2.0                2 FALSE          09/02/13       
    AWR Report                                               11.2.0.2.0                3 FALSE          09/02/13       
    Oracle Utility Datapump (Import)                         11.2.0.2.0                3 FALSE          26/05/12       
    EM Performance Page                                      11.2.0.2.0                5 FALSE          20/10/12       
    SQL Monitoring and Tuning pages                          11.2.0.2.0                5 FALSE          20/10/12       
    Job Scheduler                                            11.2.0.2.0                6 TRUE           13/04/13       
    Segment Shrink                                           11.2.0.2.0                6 TRUE           13/04/13       
    EM Grid Control                                          11.2.0.2.0               27 FALSE          15/03/13       
    Automatic SQL Execution Memory                           11.2.0.2.0               35 TRUE           13/04/13       
    MTTR Advisor                                             11.2.0.2.0               41 TRUE           13/04/13       
    Parallel SQL DDL Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL DML Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL Query Execution                             11.2.0.2.0               61 TRUE           13/04/13       
    Oracle Utility Datapump (Export)                         11.2.0.2.0               93 TRUE           13/04/13       
    Oracle Utility Metadata API                              11.2.0.2.0               93 TRUE           13/04/13       
    Automatic Segment Space Management (user)                11.2.0.2.0               95 TRUE           13/04/13       
    Automatic SQL Tuning Advisor                             11.2.0.2.0               95 TRUE           13/04/13       
    LOB                                                      11.2.0.2.0               95 TRUE           13/04/13       
    Partitioning (user)                                      11.2.0.2.0               95 TRUE           13/04/13       
    Audit Options                                            11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Optimizer Statistics Gathering   11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Space Advisor                    11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - SQL Tuning Advisor               11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Memory Tuning                                  11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Segment Space Management (system)              11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Undo Management                                11.2.0.2.0               96 TRUE           13/04/13       
    Character Set                                            11.2.0.2.0               96 TRUE           13/04/13       
    Deferred Segment Creation                                11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (user)                       11.2.0.2.0               96 TRUE           13/04/13       
    Logfile Multiplexing                                     11.2.0.2.0               96 TRUE           13/04/13       
    Oracle Java Virtual Machine (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Partitioning (system)                                    11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (system)                                     11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (user)                                       11.2.0.2.0               96 TRUE           13/04/13       
    Server Parameter File                                    11.2.0.2.0               96 TRUE           13/04/13       
    Virtual Private Database (VPD)                           11.2.0.2.0               96 TRUE           13/04/13 thanks again

  • Streaming Oracle Data to HBase

    Hi All,
    I am trying to stream data from Oracle table to a HBase table. Below are the details :
    Machine 1
    This machine has Oracle GoldenGate 11.1 for Java, Oracle Database 11.2 and all necessary jar files of HBase, Hadoop, GoldenGate, etc.
    I've compiled and created jar of the handler for GG for Java's pump process and placed in GG for Java's "dirprm" directory.
    Properties file for GG for Java's pump process has also been placed in "dirprm" directory
    Machine 2
    This is where Hadoop and HBase is running.
    The intend is the stream data from Machine 1 to Machine 2
    This exercise is based on the attachment (OGG_HBase_Integration.docx) supplied with Doc ID 1586211.1. This attachment has the handler Java code, the properties file and GG commands. The portion of the Java handler code is listed below that raises exception.
        try {
             Configuration hbaseConf = HBaseConfiguration.create();
             hbaseConf.set("hbase.zookeeper.quorum", "192.168.1.10");
             hbaseAdmin = new HBaseAdmin(hbaseConf);
             HTableDescriptor tdesc = new HTableDescriptor (Bytes.toBytes(hbaseTableName));
             HColumnDescriptor cfDesc = new HColumnDescriptor(Bytes.toBytes(hbaseCfName));
             tdesc.addFamily(cfDesc);
             hpool = new HTablePool();
             if (hbaseAdmin.tableExists(hbaseTableName)) {
                htable = hpool.getTable(Bytes.toBytes(hbaseTableName));
             } else {
                hbaseAdmin.createTable(tdesc);
                htable = hpool.getTable(Bytes.toBytes(hbaseTableName));
        } catch (Exception e) {
           logger.info("Exception caught when initilizing the HBase Table " );
           throw new ConfigException("Could not initialize HBase table " + hbaseTableName, e);
    In the Java handler, where should I specify the address of machine where HBase is running?
    I am getting below error in pump's report file as well :
    Error occured in javawriter.c[269]: Error occurred (Java exception): Error calling static void Method UserExitMain.main:
      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userExitDataSource' defined in class path resource [com/goldengate/atg/datasource/DataSource-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public final com.goldengate.atg.datasource.GGDataSource com.goldengate.atg.datasource.factory.DataSourceFactory.getDataSource()] threw exception; nested exception is com.goldengate.atg.util.ConfigException: Could not initialize HBase table cinfo
    Any idea that I am missing anything? Your help is most appreciated.
    Thanks,

    Hi All,
    I am trying to stream data from Oracle table to a HBase table. Below are the details :
    Machine 1
    This machine has Oracle GoldenGate 11.1 for Java, Oracle Database 11.2 and all necessary jar files of HBase, Hadoop, GoldenGate, etc.
    I've compiled and created jar of the handler for GG for Java's pump process and placed in GG for Java's "dirprm" directory.
    Properties file for GG for Java's pump process has also been placed in "dirprm" directory
    Machine 2
    This is where Hadoop and HBase is running.
    The intend is the stream data from Machine 1 to Machine 2
    This exercise is based on the attachment (OGG_HBase_Integration.docx) supplied with Doc ID 1586211.1. This attachment has the handler Java code, the properties file and GG commands. The portion of the Java handler code is listed below that raises exception.
        try {
             Configuration hbaseConf = HBaseConfiguration.create();
             hbaseConf.set("hbase.zookeeper.quorum", "192.168.1.10");
             hbaseAdmin = new HBaseAdmin(hbaseConf);
             HTableDescriptor tdesc = new HTableDescriptor (Bytes.toBytes(hbaseTableName));
             HColumnDescriptor cfDesc = new HColumnDescriptor(Bytes.toBytes(hbaseCfName));
             tdesc.addFamily(cfDesc);
             hpool = new HTablePool();
             if (hbaseAdmin.tableExists(hbaseTableName)) {
                htable = hpool.getTable(Bytes.toBytes(hbaseTableName));
             } else {
                hbaseAdmin.createTable(tdesc);
                htable = hpool.getTable(Bytes.toBytes(hbaseTableName));
        } catch (Exception e) {
           logger.info("Exception caught when initilizing the HBase Table " );
           throw new ConfigException("Could not initialize HBase table " + hbaseTableName, e);
    In the Java handler, where should I specify the address of machine where HBase is running?
    I am getting below error in pump's report file as well :
    Error occured in javawriter.c[269]: Error occurred (Java exception): Error calling static void Method UserExitMain.main:
      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userExitDataSource' defined in class path resource [com/goldengate/atg/datasource/DataSource-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public final com.goldengate.atg.datasource.GGDataSource com.goldengate.atg.datasource.factory.DataSourceFactory.getDataSource()] threw exception; nested exception is com.goldengate.atg.util.ConfigException: Could not initialize HBase table cinfo
    Any idea that I am missing anything? Your help is most appreciated.
    Thanks,

  • Oracle cdc to oracle demo

    does anybody has a complete demo show cdc with oracle to oracle ?
    and Increase refresh. thanks.

    With 11gR2, there is integrated CDC using the JKM framework from ODI, so you can use triggers, logs, streams and GoldenGate for example there is a GoldenGate example here;
    http://blogs.oracle.com/warehousebuilder/2010/07/owb_11gr2_the_right_time_with_goldengate.html
    Cheers
    David

  • About GoldenGate

    Well, I have some experience working with Oracle Streams and really this technology is great for me but now I am reading that Oracle GoldenGate will be the future technology for data integration solutions and some peoples say that oracle streams will disappear. So I want to learn about Oracle GoldenGate and I have some questions for you:
    Will really disappear Oracle Streams?
    Where can I find good documentation about Oracle GoldenGate to learn about its configuration?
    Thank you in advance.

    The statements of direction that I've seen are that Oracle is going to be integrating GoldenGate into the product and adding functionality that currently only exists in Streams into GoldenGate. They are not going to be focusing on enhancing Streams. I would expect that this would play out much like replacing materialized views as the preferred replication solution with Streams played out-- a very gradual move as customers consider the new technology for new projects but aren't generally rushing to rip out the old technology. So I wouldn't expect Streams to disappear any more than I would expect materialized views to disappear. But you will probably see Oracle working to better integrate new technologies like GoldenGate with new products like Oracle Data Integrator (ODI).
    I'd start here for white papers and discussions.
    Justin

  • Does GoldenGate director need a separate license?

    I also checked the GoldenGate product page on www.oracle.com, sounds like the GoldenGate Director has gone, it is called GoldenGate management pack. Please also help to confirm. Thanks

    Hi,
    GoldenGate Director is now part of Oracle GoldenGate Management pack.
    Oracle GoldenGate Director requires separate license and complete licensing information of all the Oracle GoldenGate products is available at below link.
    http://download.oracle.com/docs/cd/E18101_01/doc.1111/e18310.pdf
    (This document describes the licensing terms for the Oracle GoldenGate family of products.)
    Soon OGG Director also will be replaced by more advanced tool called Oracle GoldenGate Monitor.
    Thanks & Regards
    SK

Maybe you are looking for

  • Where are printer drivers stored in OS 10.8?

    I am trying to set up a Epson Stylus Photo R3000 as a new printer on OS 10.8. The printer setup locates the printer and automatically selects Epson Stylus R3000 with the notation "The selected printer software is available from Apple. Click Add to do

  • Windows 7 64-bit update won't run after hard drive replacement HP G62-144DX

    Replaced hard drive, ran recovery discs, everything OK except that windows 7 64-bit would not update. Services showed windows update to be running, but update gave error message: service not started. Reinstalled old hard drive which before all tests

  • Shown in purchase list

    I Bought something on iTunes and it says it's not available.

  • Creating a white background

    Hello.  I am trying to create a white background in my images; eliminating shadows in the photos.  Currently, I am using the quick selection tool to wrap the image, then I'm clicking on the oval icon in the bottom right corner, and I'm clicking on cu

  • 10.4.6 update failed, unable to boot

    I am working with a couple of iBooks, pretty much the same configurations 1.2 ghz G4s. One had no problems with the 10.4.6 update install, although it did restart itself during the initial boot. Second one will not boot, it used the SU condensed (it