Database vault 10.2.3.0 fails

Hi
I m trying to install database vault 10.2.3.0 on EBS R12 database (10g -10.2.3.0) .
DB vault oui fails with message The installer has not detected any Oracle 10.2.0.2.0 Enterprise Edition database in the system. Its required that you must have at least one 10.2.0.2.0 Enterprise Edition database to install Oracle Database Vault.How do i fix this issue.

First identify all Oracle homes on your machine.
Then go to each Oracle Home/dbs directory and check (s)pfiles. If there will be one for ASM instance and other one for noASM instance then you are using the same Oracle Home for both instances.
OR
If your instances are up then you can use following command to identify instances started from specific Oracle Home.
Assume that your Oracle Home is located in /opt/oracle/102 directory.
Following command will show all processes (PIDs) related to "oracle" binary and match the pids with output from "ps" command and print all PMON processes related to this binary.
Note that this command is splitted to two line intentionaly beacuse second argument in "sed" command is ENTER. So when you will be copying this command to teminal do it this way:
Copy first line and press ENTER, copy the second line.
/usr/sbin/fuser -u /opt/oracle/102/bin/oracle 2>/dev/null | awk {'print $0'} | sed 's/ \{1,4\}/\
/g' |sort|uniq| awk {'print "ps -fp " $1'} |sh|grep pmonExample output:
oracle  1656     1   0   Feb 29 ?          37:48 ora_pmon_OTN10GA
oracle 26893     1   0   Mar 22 ?          15:55 ora_pmon_OTN10GBSo according to this example we know that two running instances have the same Oracle Home.

Similar Messages

  • Grant Privileges in Database Vault for DATAPUMP.

    HI,
    I am using ORACLE DATABASE 11g R2.
    I have installed/enabled DATABASE VAULT 11g on it.
    I have configured many user in it for privileges like 'SELECT on table','INSERT on table' ,DELETE .....
    I want to give a user DATAPUMP privilege so that he can export and import.
    I have 2 users.
    1) MAIN
    2) BACKUP
    MAIN user is the owner and the most important schema. Now i want one more schema named 'BACKUP' which will be able to take backup from MAIN schema. NO OTHER SCHEMA SHOULD BE ALLOWED TO TAKE BACKUP OF MAIN SCHEMA NOT EVEN SYS.
    *Can anyone tell me how i can grant proper privilege to BACKUP schema so that he can use DATAPUMP and import/export from OS prompt on the MAIN schema.
    NOTE :- I have Database vault installed on my server. Please let me know what all RULES or RULE SETS I need to make to make this happen.
    Thanks in advance.

    I have managed with privileges to grant BACKUP user right to start an IMPORT but i get these errors while importing :-
    Failing sql is:
    CREATE TABLE "MAIN"."FLX_PM_OFFER_SELECTOR_B" ("USER_NAME" VARCHAR2(50 BYTE), "PRODUCT_GROUP" VARCHAR2(5 BYTE), "REFERENCE_NUM" VARCHAR2(30 BYTE) NOT NULL ENABLE, "SESSION_STATE" VARCHAR2(5 BYTE), "OFFER_FEATURES" BLOB, "RECOMMENDED_OFFERS" VARCHAR2(500 BYTE), "SELECTED_OFFERS" VARCHAR2(500 BYTE), "MAKER_NAME" VARCHAR2(12 BYTE), "MAK
    ORA-39083: Object type TABLE:"MAIN"."FLX_PM_ACCOUNT_ROLE_FLOW" failed to create with error:
    ORA-47401: Realm violation for CREATE TABLE on MAIN.FLX_PM_ACCOUNT_ROLE_FLOW
    {code}
    I am getting this error for all the objects :- SYSNONMY,SEQUENCE,
    I have granted MAIN users all the privileges but still i am getting these errors. Do i need to create any realm or rule set for this?
    Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Database 11g upgrade - disable database vault option

    I am upgrading from Oracle 10.2.0.4 to 11g release 2 (Solaris 10) and I continue to get the following error:
    Database Vault option is enableed in Oracle Home:
    "/ora01/product/11.2.0/db_1". This option needs to be disabled prior to upgrade.I followed the fix from Oracle Support (11G DBUA Error: Database Vault option is enabled in Oracle Home: “” [ID 975140.1] )
    I get this error:
    make -f ins_rdbms.mk dv_off ioracle
    -bash: make: command not found
    Any idea?

    schavali wrote:
    Pl try by setting PATH variable to
    PATH=/usr/bin:/usr/local/bin:/usr/ucb:/etc:/usr/lib:/usr/sbin:/usr/ccs/bin:/ora01/product/11.2.0/db_1:.
    export PATH
    Srini,
    Yes I did that and here is what I got:
    -bash-3.00$ pwd
    /ora01/product/11.2.0/db_1/rdbms/lib
    -bash-3.00$ make -f ins_rdbms.mk dv_off ioracle
    make: Warning: Can't find `/rdbms/lib/env_rdbms.mk': No such file or directory
    make: Fatal error in reader: ins_rdbms.mk, line 2: Read of include file `/rdbms/lib/env_rdbms.mk' failed
    -bash-3.00$

  • Oracle Database Vault Import Case

    Dear All,
    i am maulana from jakarta, i wanna consult you about issue that i faced
    i saw this forum while i wanted to find solution database vault oracle from googling.
    up to now i haven't yet get solution of the problem. my problem is: I cann't import file backup (data pump) from a machine Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production without Oracle Database Vault setting TO another machine running same Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production with setting Oracle Database Vault options
    here the import command script:
    impdp telkomsigma1/******** DUMPFILE="TOADADI.DMP" LOGFILE="impdp_TestAdi.log" DIRECTORY=djpbn SCHEMAS='ADI' REMAP_SCHEMA=ADI:WIDODO REMAP_TABLESPACE=USERS:MPN_DJPBN_OLAP CONTENT=ALL TABLE_EXISTS_ACTION=REPLACE STATUS=5
    the error show:
    Master table "TELKOMSIGMA1"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
    Starting "TELKOMSIGMA1"."SYS_IMPORT_SCHEMA_02": telkomsigma1/******** DUMPFILE=TOADADI.DMP LOGFILE=impdp_TestAdi.log DIRECTORY=djpbn SCHEMAS=ADI REMAP_SCHEMA=ADI:WIDODO REMAP_TABLESPACE=USERS:MPN_DJPBN_OLAP CONTENT=ALL TABLE_EXISTS_ACTION=REPLACE STATUS=5
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
    ORA-01031: insufficient privileges
    Failing sql is:
    CREATE USER "WIDODO" IDENTIFIED BY VALUES 'S:A208D9D93D37DDF58B6FF00D76878F1FFB74999B96DC0490CF727ECE48A0;4E2E085B3F498EC4' DEFAULT TABLESPACE "MPN_DJPBN_OLAP" TEMPORARY TABLESPACE "TEMP"
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    ORA-39083: Object type SYSTEM_GRANT failed to create with error:
    ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
    ORA-01031: insufficient privileges
    I've tried to follow instruction from oracle Oracle® Database Vault Administrator's Guide
    1. http://docs.oracle.com/cd/E11882_01/server.112/e23090/dba.htm#CHDDECIH ,
    2. http://docs.oracle.com/cd/E11882_01/server.112/e23090/cfrealms.htm#CHDFBGJB
    but it didn't work
    Any one can help me.. give suggestion??
    Thanks before.
    Regards,
    Maulana

    After going through your post what i found is you need to import the dump file using the system user. The user you are using has not got the permission that are required. So if you want to try you can import your dump using system user.
    please test it on some test server before doing it actually.

  • Database Error: DBD::Oracle::db do failed: ORA-04030: out of process memory

    Hi
    I have a stored procedure that uses the XMLQuery function (SELECT XMLQuery( '......' RETURNING CONTENT) FROM dual; ) to extract data from 3 different tables and store the xml file in XML DB. This store procedure was running fine for a long time until 2 weeks ago where I started seeing the following error:
    Database Error: DBD::Oracle::db do failed: ORA-04030: out of process memory when trying to allocate 92 bytes (koh dur heap d,qmxtkWriteXobToOpn:heap)
    Currently I have 16,000 records. I am not sure what is going on, the size of the previous successful output xml file is about 2M. I also noticed when the stored procedure runs with 3G of system memory available, it basically used up all the memory and cpu time. The store proc consistently dies after 3.5 hour and spits out the ORA-04030 out of process memory error.
    Does anyone have any suggestion what to look for or what parameters I need to set? Thanks

    Unless your database is strictly a DSS-type of database, your AWR report exposes loads of issues with it. And I think none of the time during the AWR window was spent on database. Look at the DB time (with all those multi cores) compared with the elapsed time of the AWR.
    As you are on 11g, why not make use of MEMORY_TARGET (a single parameter to manage both SGA and PGA)? If you are already on it, ignore this as I can't see it anywhere. If not, get rid of SGA_TARGET and PGA_AGGREGATE_TARGET and replace it with a single MEMORY_TARGET parameter. However you may have a minimum threshold set for different SGA pools so that they won't shrink beyond that point.
    Having said that, setting MEMORY_TARGET is not a guarantee to avoid ORA-4030. Just a single bad PL/SQL code could go and exploit the untunable part of your process memory and even go and blow up the physical memory. If you are using FORALL and BULK load, see if you can cut it down into few chunks rather than running as a single process.
    What does your V$PGASTAT say?

  • Error while installing Oracle grid/Database vault in win XP service pack3

    Hi,
    I am trying to install oracle database grid 10.2.0.2 in win xp service pack 3. It's giving the below error.
    "Could not find the main class. Program will exit"
    When I am installing Database grid 10.1.0.3 it's getting installed.
    I also have java 1.5 installed in my system.
    I am getting the same error while installing Database vault.
    Where ever it's asking for the below JRE_LOCATION in "oraparam.ini" file I am getting the error.
    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles

    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFilesPost the complete path,where the patchset is located. Make sure there's no space in the directory path. The same applies to the ORACLE_HOME directory.
    Werner

  • Problem in Import & Export using Database Vault

    I have install oracle 10g Release 10.1.0.3 also i have installed database vault.
    Conn to sqlplus datavault manager
    Create user app1 identfied by app1;
    grant connect to app1;
    Now connect sys as sysdba to sqlplus
    grant resource to app1;
    In short i will give him all athe grants...
    I make a realm of app1 'app1_realm'
    All the authozation is perfomed in realm.
    then i have add it to data dictionary realm as a participent.
    now when i export at table level, it will export the schema with out warnings ie successfully
    but when i export at schema level app1 then it will be exported but with errors.
    the error numbers are
    ora-39083
    ora-31625
    ora-01031
    these errors are raised with grants such as
    grant Unlimited tablespace to app1;
    grant connect to app1;
    grant resource to app1;
    grant exp_full_database to app1;
    grant imp_full_database to app1;
    and with other grants...
    Note that i have granted these grant to user app1
    Please help me
    Best Regards,
    Kiramat Ullah

    I tywill be nice if you post the error messages for the codes
    ora-39083
    ora-31625
    ora-01031
    Not everyone has the time to look them up or know them off head

  • Schema export via Oracle data pump with Database Vault enabled question

    Hi,
    I have installed and configured Database Vault on an Oracle 11g-r2-11.2.0.3 to protect a specific schema (SCHEMA_NAME) via a realm. I have followed the following doc:
    http://www.oracle.com/technetwork/database/security/twp-databasevault-dba-bestpractices-199882.pdf
    to ensure that the sys and the system user has sufficient rights to complete a schedule Oracle data pump export operation.
    I.e. I have granted to sys and system the following:
    execute dvsys.dbms_macadm.authorize_scheduler_user('sys','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_scheduler_user('system','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_datapump_user('sys','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_datapump_user('system','SCHEMA_NAME');
    I have also create a second realm on the same schema (SCHEMA_NAME) to allow sys and system to maintain indexes for real-protected tables, To allow a sys and system to maintain indexes for realm-protected tables. This separate realm was created for all their index types: Index, Index Partition, and Indextype, sys and system have been authorized as OWNER to this realm.
    However, when I try and complete an Oracle Data Pump export operation on the schema, I get two errors directly after the following line displayed in the export log:
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX:
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_TRANSFORM_EXIMP.INSTANCE_INFO_EXP('AQ$_MGMT_NOTIFY_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newblock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_TRANSFORM_EXIMP", line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 9081
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_TRANSFORM_EXIMP.INSTANCE_INFO_EXP('AQ$_MGMT_LOADER_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newblock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_TRANSFORM_EXIMP", line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 9081
    The export is completed but with this errors.
    Any help, suggestions, pointers, etc actually anything will be very welcome at this stage.
    Thank you

    Hi Srini,
    Thank you very much for your help. Unfortunately after having followed the instructions of the DOC I am still getting the same errors ?
    none the less thank you for your input.
    I was also wondering if someone could tell me how to move this thread to the Database Security area of the forum, as I feel I may have posted the thread in the wrong place as it appears to be a Database Vault issue and not an imp/exp problem. ?
    Edited by: zooid on May 20, 2012 10:33 PM
    Edited by: zooid on May 20, 2012 10:36 PM

  • Database Vault version is 10.2.0.3 on DB 10.2.0.4.0

    Hi all
    I installed Oracle 10.2.0.1 and upgraded to 10.2.0.4.0 by using this link
    http://home.c2i.net/toreingolf/how/upgrade_db_10201_10204.htm
    I try to install Oracle Database Vault on windows 32
    OS is Windows 2k3 Edition Service Pack 2
    Databse version is 10G (10.2.0.4.0)
    Database Vault version is 10.2.0.3
    When i try to install the Database Vault i recieved next Error:
    " The Installer has not detected and Oracle 10.2.0.3.0 Enterprise Eddition database in the system, it is required that you must have at least one 10.2.0.3.0 Enterprise Eddition database to install Oracle Database Vault."
    please help me. thanks
    My Y!M nick: chonthanh23
    Best Regards

    Please download and use DBVault 10.2.0.4 for your 10.2.0.4 database:
    http://www.oracle.com/technology/software/products/database_vault/index.html
    Good luck, Peter

  • Can't install database vault 10.2.0.3 on windows vista (32)

    Hi all,
    I installed the oracle database version 10.2.0.3 on vista, and then tried to install the database vault, but, during the installation process, it checks the requirements and such, but I get an error, the error is the fallowing (well it may not be the same in the other versions, I installed in portuguese, but is something like this):
    Checking OS requirements....
    Expected result: one of 4.0,4.1,5.0,5.1,5.2
    Real result: 6.0
    The overall result of this verification is: Not approved <<<<
    Problem: The Oracle Database 10g is not certified on current OS
    Recommendation: Be sure to install the software in the right plataform.
    =======================================================================
    To me this error makes no sense, since I successfully installed oracle database (10.2.0.3). So if anyone can help me with this I apreciate.
    Thanks.

    yes,i have a database version 10.2.0.3,just i install the database vault on EBS12 ,it have a database version 10.2.0.3,this EBS is cloned ,
    i install the vault return the error。
    the installer has not detected and oralcle 10.2.0.3.0 Enterprise Edition database in the system.
    it is required that you must have at least one 10.2.0.3.0 Enterprise Edition database
    to install oracle database vault
    *********************************************************************************

  • Erro while installing Oracle Database Vault in  10.2.0.3

    Hi,
    I am using Oracle 10.2.0.3 in Windows XP 32 bit. While trying to install Database vault I am getting the below error.
    Java Virtual Machine Launcher
    Could Not find the main class. Program will exits.

    Please reread my question.
    "I am getting the error" is roughly equivalent to saying "my car doesn't start tell me why?"
    Well perhaps you have no petrol.
    Perhaps you never turned the key.
    Perhaps the battery is dead.
    Perhaps the engine was stolen.
    Again ... if you want help ... reread what I wrote and answer the questions asked. Otherwise I don't see how I, or anyone else, can help you.
    What hardware platform? How much RAM? What CPU? What version of XP? What service pack, etc.? Details. Details. Details.

  • Database Vault and expdp

    Hi, i want export the database schema which is protected by database vault.
    Metalink Note:433887.1 describes this, but i receive errors.
    expdp bernst/password schemas=HR file=/tmp/test
    ORA-31626 job does not exist
    ORA-31633 unable to create master table bernst.sys_export_schema_05
    ORA-06512 at sys.dbms_sys_error
    ORA-06512 at sys.KUPV$FT
    ORA-01950 no privileges on tablespace USERS
    any ideas?
    regards Frank

    This is late but, somebody will see it.
    Be sure to do this.
    First of all, create a user called pepe in this way.
    create user pepe identified by PASSWORD default tablespace users temporary tablespace temp;
    Then...
    SQL> CREATE DIRECTORY datapump AS 'full_path';
    SQL> GRANT EXP_FULL_DATABASE to pepe;
    SQL> GRANT READ, WRITE ON DIRECTORY datapump to pepe;
    You should be able then to run the expdp utility.
    Alex.

  • How to recreate enterprise manager with database vault

    I'm testing the Oracle database Vault option at database version 11.1.0.7 but there are some thing that does not work correct in the test. One of them is that I do not be able to recreate the enterprise manager repository. After probe several ways with database option enabled I decided to disable it. With the database vault option disabled I recreated the emanager ok but after enabled the database vault option again the database vault administrator does not browse for me:
    The firefox notice me an error with resource /dva.
    I hope you can help me.

    when you have vault on do you get errors in the realm audit reports ?
    or are you trying to create an oem repository in a vault enabled database ?

  • Oracle Database Vault vs Audit Vault and database firewall

    Hi All,
    I would like to know the main difference between Oracle Database Vault and Oracle Audit Vault and Database firewall.
    I have read all the white papers and documents on them both and find them very similar in work process.
    Only difference I see in the pricing.
    I feel Oracle audit Vault can do all the work of Database Vault with added feature of proactive session monitoring.
    If someone can help me based on their knowledge and experience it would be appreciated.
    Thank you.

    I have read the white papers of both Database Vault and Audit Vault
    According to database Vault sessions can be managed using various roles created as per business requirements.
    Audit vault offers same thing in terms of a firewall which manages and restrictions based on roles created .
    From the white papers:
    DATABAES VAULT:
    Oracle Database Vault restricts access to specific areas in an Oracle database from any user, including users who have administrative access.
    This enables you to apply fine_grained access control to your sensitive data in a variety of ways.
    Oracle Database Vault enables you to create the following components to manage security for your database:
    Realms
    Command Rules
    Factors
    Rule Sets.
    DATABAE AUDIT AND FIREWALL:
    Oracle Audit Vault and database Firewall consolidates database activity monitoring events and audit logs. Policies enforce expected application behaviour, helping preventing SQL injection, application bypass, and other malicious activities from reaching the database while also monitoring and auditing privileged users and other activities inside the database.
    To me these sound very similar of doing same work.
    My apologies as I am unable to paste the whole text here and I cannot type full documents here 

  • SQL Text in DATABASE VAULT Events

    I'm using Audit Vault 10.2.3.2 to collect audit data from a source database 11gR2 (11.2.0.1) protected with Database Vault. The DBAUD collector is collecting all the Database Vault Events, but in all cases the SQL Text column is empty.
    The collector seems to be working fine, I've added the collector user to the Oracle Data Dictionary Realm and I've also granted dv_secanalyst to the user.
    Are there any aditional steps that have to be done in order to get the SQL Text?
    Thanks.

    In case anybody is interested, this error has been filed as bug 11818022 with Oracle Support.
    Thanks.

Maybe you are looking for

  • EXCLUDE in import

    Hi, I need to import a schema which has a big table with 142 mil records. This table is giving me trouble in import. (I was given the export file and I can not create another export file) Can any body help me in importing without this big table ? Tha

  • Hyperlinks Not Publishing

    Hi there, I have built the site out, using pdf's as placed objects and enabling as hyperlinks. All work fine in iWeb but once I publish the only page that appears is the splash page- and the hyperlinks are no longer active. I previously had a site us

  • When installing apps I cannot connect to the iTunes store

    iTunes is up to date...I am trying to install a new app and update others and the error message I receive is "cannot connect to the iTunes store"... My Internet is working (I can browse in safari) ...any ideas? Thanx!

  • Function module to fetch data from table

    Hi All, I want to get the entries from the table 'arfcsstate'  for a particular date. Is there a function module to get the same. Thanks in advance. Regards, Anju

  • Xcelsius connectivity while using SAP Netweaver BI Connection

    Dear All,, Any Help in this regard would be highly appreciated. System Information BI EHP2 System u2013 SAP NW BI 7.02 Xcelsius u2013 2008 SP3 BI Portal u2013 EHP2 / Single sign on with Windows AD When accessing a BExQuery in the XCelsius 2008(SP3) D