Blank schema in Oracle Tool

Hello,
When running Oracle BI Administration Tool and trying to import metadata for connection pool I'm getting blank schema.
Browsing web got me some suggestions about missing OCI libraries. I have installed them, and the system path contains the correct path for those libraries.
However I'm still not seeing anything in "import metadata" in BI Administration Tool.
Now, I'm usually getting quite confused with oracle versions.
Following are the versions of the software/systems:
Oracle Business Intelligence 11.1.1.6.0
Oracle BI Administration Tool 11.1.1.5.0.111228.0622.000, Repository version 318
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
Oracle Client (win32_11gR2_client) 11g Release 2 (11.2) for Microsoft Windows (32-Bit)
The only possible mismatch is that the OCI libraries that were installed on my machine are 32bit, and machine is running Microsoft Windows Server 2003 64 bit.
Could this be the source of problems?
Other suggestions found online were to rename oracore##.dll to some other number, but I'm not 100% sure which to use.
Any advice is more than welcome,
Marcin J

Use oracle client 64 bit and use that to import that should take care of it
ref check this
cool-bi.com

Similar Messages

  • Enquiry:  Any tool to reverse engineer an existing db schema in Oracle 8i

    Dear All,
    Do you know whether Oracle SQL Developer Data Modeler (3.1.1.703) supports Oracle 8i? If not, is there any tool that can be used to reverse engineer an existing database schema in Oracle 8i?
    Your early reply is appreciated.
    Thanks a lot.
    LAWRENCE CHOW

    That's a pity. The initial version of Data Modeler used to support import from Oracle 8i.
    You could try setting up an ODBC connection to your database and using the JDBC tab (rather than the Oracle tab) when entering the Connection details into Data Modeler.
    Alternatively, if you can get hold of an earlier version of Data Modeler (e.g. version 3.0 or earlier), you could try this (and if it works you could then upgrade your model to the current version).
    David

  • Compare two schemas in oracle 11g

    Hi All,
    Can any one please help me how to compare two schemas in oracle 11g.
    Thanks
    Edited by: 793914 on Oct 22, 2010 9:33 AM

    You can do it with gridcontrol. Look for dictionary comparisons and dictionary baselines.
    If you don't have gridcontrol, you can also use SQLDeveloper (free download on otn).
    There are two ways to do it with SQLDeveloper.
    1) Use Tools->Database Diff. However, you need a change management license to use this functionality. I've never used this.
    The free way is to...
    2) Use Tools->Database Export. Run it once for each schema and make sure the "Show Schema" option is NOT checked before exporting the schema. Also make sure you don't export data. You can choose which types of objects to export as well.
    Once you have the two export files for the two schemas then simply run a diff tool on your platform. Use the diff command line for linux or winDiff or something similar in windows.

  • How to Migrate Postgres DB Schema to Oracle 11 g???

    hi,
    how to Migrate Postgres DB Schema to Oracle 11 g??? Any idea or tool that you want to refer for migration of postgres Schema to Oracle 11g .
    Regards,

    Pl see possible solutions here - http://www.oracle.com/technetwork/database/migration/index-084442.html
    Pl also see previous discussions on this topic
    https://forums.oracle.com/forums/search.jspa?threadID=&q=postgres+AND+oracle&objID=c18&dateRange=all&userID=&numResults=15&rankBy=10001
    HTH
    Srini

  • Disable all scheme in different tools

    i want to disable the other use scheme in different oracle tools like sql developer, ora edit etc. the login user just view his own scheme except the dba. even they will not connect with the data source connectivity.

    "i want to disable the other use scheme in different oracle tools like sql developer, ora edit etc"
    Design an "after logon on database" trigger and allow/restrict users to only use the approved client tools
    "the login user just view his own scheme except the dba. even they will not connect with the data source connectivity"
    You can do that by properly defining privileges/roles to the users or VPD.

  • How do I move a table from one schema to another schema on Oracle XE?

    How do I move a table from one schema to another schema on Oracle XE?

    Hi,
    I tried to use the insert/select statement that you had given, it did not work.
    The error is ORA-00913: too many values.
    But finally what I did was, I went into the system schema where the table was and generated the DDL through the utilities and afterwards I imported them into the schema that I am currently working on. It solved the problem!
    However I am still curious to know why the insert/select statement did not work? Do you know any site/tutorial which gives a real time example?
    Thank you
    Skye

  • How to change the password of a schema using Oracle SQL Developer

    Hi need to change the password of a schema using Oracle SQL Developer how do i do it?

    Hi
    alter user username identified by password

  • Help In XML schema using  oracle 10g

    i want to give seminar in XML schema using oracle 10g. n i m very new in this topic. so help me out which topic i include & any document regarding this

    XML Schema has various aspects.
    1. Creating an XML Schema, which may be done in JDeveloper.
    2. Initializing an XML document from an XML Schema, which may also be done in JDeveloper.
    For creating and initializing an XML Schema please refer
    http://www.regdeveloper.co.uk/2007/10/01/build_xml_schema_jdeveloper/
    3. Validating an XML document with an XML Schema.
    http://www.oracle.com/technology/pub/articles/vohra_xmlschema.html

  • Error while converting schema from oracle to SQL server

    Hello,
    I am getting following error while converting schema from oracle to SQL server using SSMA.
    I get Errors 1-3 while migrating procedures and error 4 while migrating a table.
    1- O2SS0050: Conversion of identifier 'SYSDATE' is not supported.
    2- O2SS0050: Conversion of identifier 'to_date(VARCHAR2, CHAR)' is not supported.
    3- O2SS0050: Conversion of identifier 'regexp_replace(VARCHAR2, CHAR)' is not supported.
    4- O2SS0486: <Primary key name> constraint is disabled in Oracle and cannot be converted because SQL Server does not support disabling of primary or unique constraint.
    Please suggest.
    Thanks.

    The exact statement in oracle side which causing this error (O2SS0050:
    Conversion of identifier 'to_date(VARCHAR2, CHAR)' is not supported.) is below:
    dStartDate:= to_date(sStartDate,'MON-YYYY');
    Statement causing error O2SS0050:
    Conversion of identifier 'regexp_replace(VARCHAR2, CHAR)' is not supported is below.
    nCount2:= length(regexp_replace(sDataRow,'[^,]'));
    So there is no statement which is using to_date(VARCHAR2,
    CHAR) and regexp_replace(VARCHAR2, CHAR) in as such. 'MON-YYYY'  and '[^,]'
    are CHAR values hence SSMA is unable to convert it from varchar2 to char.
    Regarding SYSDATE issue, you mean to put below code in target(SQL) side in SSMA ?
    dDate date := sysdate;
    Thanks.

  • Problem creating a new Glassfish 4 server with Oracle Tools for Kepler

    Hello,
    I installed Oracle Tools for Kepler with no problem. But when I want to create a new server and fill in the directory to the server (which is valid, C:/glassfish4/glassfish), nothing happens. I can only click 'back' or 'cancel'.
    There is no error message.
    Is this a bug in Eclipse or Oracle Tools, or do I do something wrong ?
    Thanks in advance for help.

    Hi,
    Could you let us know where you installed the GlassFish tools plugins from ?
    Glassfish 4 support in OEPE has been available since Glassfish was released in June. But it looks like a bug may have been introduced in the latest build  available on  http://download.java.net/glassfish/ which does not exist in the version available at http://download.oracle.com/otn_software/oepe/12.1.2.1/kepler/repository
    The workaround on the version you are running is to enter a dummy password value and this should allow you to create the Glassfish 4 server.
    I will be filing a bug to track this issue
    thanks
    Raj

  • Register xml schema in Oracle 9i error

    I got following ORA error when register xml schema in Oracle 9i.
    ORA-30931: Element 'seq' cannot contain mixed text
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26
    ORA-06512: at line 754
    There is no mixed in the XSD. There is someone mentioned oracle 9i has bug and need to change the xsd file. any ideas how to work around this?
    Edited by: user7435395 on Dec 2, 2011 1:22 PM

    You are out of luck. Oracle 9i is not a supported version.

  • SQL QUERY to create new schema in Oracle 10g Express

    Can anyone provide the SQL query to create a new schema in Oracle 10g Express edition.

    Can anyone provide a SQl query to create a
    schema/user named 'test' with username as 'system'
    and password as 'manager'system user is created during database creation, it's internal Oracle admin user that shouldn't be used as schema holder.
    In Oracle database, Oracle user is schema holder there's no seperate schema name to be defined other than username.

  • How to reorganize applsys schema in oracle apps

    Dear Guru's,
    Can any one suggest how to Re-Organize Applsys schema in oracle application .
    The tablespace which is related to Applsys has nearly 15GB of free space. I need to resize it. Oracle has suggested to follow 303709.1. But it donsn't helped out.
    I am planning to 1) take an export of applsys schema 2) Drop applsys schema 3) Recreate new same tablespace with new appropriate storages & 4) import back the applsys scheam.
    Is it the appropriate method? I need the solution from some one who faced and resloved this issue. No theoritical solutions please.
    Naveen

    If you have the disk space you could create another tablespace and use the alter table move command to move the objects into it. See note 110246.1. I have used this method for other tablespaces (not applsys though). Depending on what version of the rdbms you are on there may be some limitations when it comes to lobs and nested datatypes/tables.

  • Audit whole schema objects by multiple users or schemas in oracle 11gR2

    OS: LInux
    DB: Oracle 11gR2
    schema as many tables and DML access given to many user/schemas in oracle db.
    AUDIT ALL BY test BY ACCESS; appears to be audit records created only when changes are done using actual owner connection but not grantee..
    I need to audit all the test tables DML and DDL performed not just owner but all the grantees (grantees action should be audited only grantee do dml or ddl on test owner tables not his own tables).
    Need to audit test owner tables accessed by multiple users DML and DDL actions..
    is there any simplest way to do this and can someone please help me out?
    thanks.

    http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4007.htm#i2059073
    Please read the passage labeled 'Auditing by clause'. It answers your question.
    Kindly consult documentation before asking any question.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle tool for Dynamic Reporting?

    What Oracle tool\download allows users to do dynamic reporting?
    Thank you in advance,
    Wes

    Wes Gibbs,
    have you set goal for yourself to reach 50 or 100 posts in a day, posting the same message again and again? Please respect the forum rules.
    Hope you understand.
    Thanks,
    Kalyan

Maybe you are looking for

  • My I pad does not find my HP 7525 as an airprint printer

    I am on a wireless network at my home but when I try to print with my HP Photosmart 7525 printer my Ipad says no airprinters found.  I can print from my android phone and my Ipad is on the correct network.  ??? This question was solved. View Solution

  • Automatic Update of Printer Drivers

    Hi; I want to stop Snow Leopard automatically updating my printer drivers. My printer works best with an older HP driver. How can I stop the auto update. Thanks, Bill.

  • Needed coded

    Hi Experts ,               Please do the needful.I need logic for this method.Thanks in Advance. To make the printing optional, we will use a field on the customer master (attribute 6) à on the Billto Partner of the invoice.  We will only be interest

  • BTCUSTOMER Entity not bound

    Hi Experts, I have a standard component after enhancing , added a custom view with context node BTCustomerI. In the component controller this context node is not there, so I enhanced the component controller and created BTCustomerI context node (BOL

  • Waiting for Sec always

    Hello,     1) I am working on DAQ and I need some help to take decision in best way. I am using JKI state machine, which having one case for DAQ and another cases for controlling the serial device. I need to swich the cases always until my Serial dev