Accessing an Oracle RDB database thru OBIEE

We are trying to access our database warehouse located on a VMS Oracle RDB server to the physical layer in the OBIEE Administrator.
Doesn't seem like there are any native drivers
and when we set up the Oracle ODBC RDB driver 3.2
and use this ODBC connection in our connection pool and connect to the database
and import tables
We can view all tables in the warehouse but we can't see any columns in tables that have an underscore in their name. When we import these underscore tables, we still can't see the column metadata.
Is there any way around this? Thanks Cheryl

We are trying to access our database warehouse located on a VMS Oracle RDB server to the physical layer in the OBIEE Administrator.
Doesn't seem like there are any native drivers
and when we set up the Oracle ODBC RDB driver 3.2
and use this ODBC connection in our connection pool and connect to the database
and import tables
We can view all tables in the warehouse but we can't see any columns in tables that have an underscore in their name. When we import these underscore tables, we still can't see the column metadata.
Is there any way around this? Thanks Cheryl

Similar Messages

  • Export table access to oracle with Database ODBC()

    Hi,
    I export a table, access 2003, ent_tab whit  'DataBase ODBC()' to oracle.
    I open Oracle SQL Developer and i can show table ent_tab, but i go worksheet and execute:
    select * from ent_tab
    and display error: ORA-00942...
    Why??!!
    Regards
    Jomar

    Because ODBC created the table with "" which allowed lower case table name, but Oracle uses upper case table name by default. Suggest you recreate the table with upper-case name to avoid having to use "" in select statements.
    Edited by: rgeier on Oct 27, 2009 5:34 PM

  • MS Access to oracle 10g Migration thru command line/script?

    Hi,
    Is there a command line for executing OWMB?..One of the customers currently using multiple databases of Access DB are interested in migrating to Oracle but they want the migration process to be very simple...For ex: On the click of a button or if there is something like silent mode migration through some command..
    Any help is greatly appreciated.
    Thanks,
    Veena

    Hi Veena,
    There's no command line or silent mode migration facility to run the workbench.
    However, the workbench does that have capability of migrating multiple MDB files in the one operation. Using the Exporter Tool for MS Access, which is shipped as part of the OMWB install, the user can select multiple MDB files to export. For each exported MDB file, an associated XML file is generated by the Exporter tool, which contains the database schema information for the MS Access database. The user can then load up all of these XML files, via a wizard, into the workbench, and carry out their migration. The ability to export & migrate multiple database in the one operation should greatly reduce the customer's migration time.
    I hope this helps.
    Regards,
    Hilary

  • Facing issue in Connecting to Oracle 10g database in OBIEE+

    Hi All
    I have done the BASIC installation of OBIEE+ on Windows [local system].
    I have tested for all the services running and they are running fine.
    As Oracle 10g is our databse i need to connect to the databse.
    Please guide me with step by step process on how to establish the connection.
    I went through the tutorail but still failed to establish the connection.
    Thanks in advance,
    Regards,
    Veena A
    Edited by: user10511722 on Dec 14, 2008 11:40 PM

    As John says you need some sort of Oracle client to connect to the database.
    I use instant client, with ODBC options, and SQLPlus (to test connectivity)
    Available here
    http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html
    You will also need to copy your tnsnames.ora into the directory you install in, and set the TNS_ADMIN environment variable to point to it.

  • JDBC API ( JSR 169 ) Implementation for accessing oracle lite database

    We are developing an application using IBM J9 (CDC and Foundation Profile) on Pocket PC 2003 environment with SWT as the front end development. We are using Oracle Lite 9i as the Client database.
    We have sucessfully installed Oracle Lite and was able to create tables in the database.. however we could not find the JDBC API (java.sql and javax.sql packages which is JSR 169 JDBC 2.0/3.0) inorder to load the JDBC driver(OLITE40.jar) and access the oracle Lite Database on Pocket PC.
    IBM J9 Micro Environement does not have this support.
    I am wondering if Oracle provides this implementation.
    If not is there a get around.
    the client database is crucial to the application and i would really appreciate an answer to our problem.

    Check out
    http://groups.google.com/groups?hl=en&lr=&threadm=cjgl3g%248hhm%241%40news.boulder.ibm.com&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dibm.software.websphere.studio.device-developer
    I have had the same issue before.
    Regards,
    Ron

  • Jsp to rdb database

    Hey!
    Guys, I am new to this forum. It looked greatly helpful so I thought maybe any one of you might have some information on this.
    I am developing an application to connect a jsp page to a RDB database which is running on OPENVMS VAX (not ALPHA) platform. It seems like there are JDBC drivers to connect to RDB for ALPHA platform.
    I have been really unsuccessful to find a way to connect the jsp page to the oracle RDB database running on VAX.
    Any help or guidance will be greatly appreciated!!

    //for access
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String dataSourceName = "XYZ";
    String dbURL = "jdbc:odbc:" + dataSourceName;
    con = DriverManager.getConnection(dbURL, "","");
    stmt = con.createStatement();
    //oracle
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String dbURL = "jdbc:oracle:thin:@localhost:1521:ora1";
    con = DriverManager.getConnection(dbURL, "system", "manager");
    s = con.createStatement();

  • Oracle 10g database control

    hi,
    Working on oracle 10g is just like a mirage for me. I have installed and uninstalled it many times on my new laptop, but not been able to work on it, because of many oracle problems. my OS is windows xp prof. sp2. i have cracked my brain on accessing to oracle 10g database control webpage, but have not succeeded yet. everytime i am successful in installing oracle 10g on my machine but everytime i fail to connect to em-database control and got the error 'page can not be displayed'.
    my laptop uses dhcp and it uses a wireless LAN. i install and configure loopback adapter before installing 10g. i have tried with 192.168.x.y as the ip address of the loop back adapter and have put many numbers in place of x, y where 0<x<254 and 0<y<254 . Infact i have tried with 192.168.15.16
    192.168.18.12
    192.168.78.12
    192.168.84.123
    192.168.67.102
    192.168.20.178
    and many more and in all the previous cases i configured subnet mask to be
    255.255.255.0. Everytime database installation is successful but not able to connect to oem db control webpage.
    One more error i get everytime is that whenever i try to connect to database through sql window , sometimes i connect and sometimes i dont.i get the error ORA-12357 TNS Connection Closed.
    i provide username: scott
    password : tiger .
    host string: orcl
    ( orcl is the database name and also the name of the sid).
    But i always am able to connect to the database through command line c:\ prompt and everything works fine.
    Please provide me some solutions for the above problems...

    See Response to your other post
    its very very urgent, please reply

  • JDBC access to Oracle Lite from midlet on j9 pocket pc

    Hi all,
    Is it possible to access an Oracle Lite database from a MIDLet applicatie
    running on a POCKET with the J9 virtual machine? I want to use MIDP and not the Personal Profile to be able to use the Oracle webservice proxy with the J2ME client SDK.
    I think that I only have to include the appropriate libraries (classes12.jar or olite40.jar) in my project..Am I right?
    Thanks in advance,
    Tom Hofte

    Hi,
    Please do not get me wrong , I am sending this reply to get some help from you about your findings .
    I am s/w developer who is involved in application development for PDA devices
    As an option ,
    I have installed oracle9i database in a machine which has win2k server OS and then
    Installed oracle9iLite mobile server sharing the same <ORACLE_HOME> on the machine.
    I am trying to configure and start the mobile server in the “STANDALONE MODE”
    When I typed webtogo on the cmd line , it did not respond , instead it said “Unrecognized option”
    Then when I tried to execute the weg-to-go executable file in the <ORACLE_HOME>\mobile\server\bin directory ,
    It did not respond .
    Can you please help me out to sort out this problem,
    And also give me some more useful hints to configure the mobile server as a module in oracle9iAS.
    Expecting an early response
    Thanks in advance
    yogaraj

  • Can i use OMW to migrate from Oracle RDB to Oracle 11g

    Hi,
    Please could you tell me if i could use Oracle Migration Workbench to migrate an existing Oracle RDB database to an Oracle 11g database.
    Thanks.
    Joyce.

    Hi Joyce,
    Unfortunately you can't.
    Same topic was discussed here:
    Oracle RDB to Oracle 10g
    Good luck,
    Andrei

  • Language of Oracle Enterprise Database Control in English

    Hi everyone.
    When a access then Oracle Enterprise Database Control in a Windows 7 Professional in Portuguese, i see the lenguage of Oracle Enterprise Database Control in Portuguese. How can I change then language of Oracle Enterprise Database Control to English ?
    Thanks

    Directly Accessing Enterprise Manager in Another Language
    http://download.oracle.com/docs/cd/B10501_01/em.920/a96673/appd.htm#624335
    check this discussion too. Change language in OEM?

  • Asp and oracle 9i database

    I'm trying to access an Oracle 9i database table and am having a difficult time finding how resolve the error. My error is as follows:
    Microsoft VBScript runtime error '800a01ad'
    ActiveX component can't create object: 'OracleInProcServer.XOraSession'
    /access_retrieve_data.asp, line 14
    My code is:
    <%@ Language=VBScript %>
    <% option explicit %>
    <%
    Dim OraSession, OraDatabase, OraDynaset
    Set OraSession = CreateObject("OracleInProcServer.XOraSession")
    Set OraDatabase = OraSession.OpenDatabase("", "username/password", Cint(0))
    'execute SQL
    Set OraDynaset = OraDatabase.DbCreateDynaset( "Select * from Admin", cint(0))
    Do While (OraDynaset.EOF = FALSE)
         Response.write (OraDynaset.Fields("ID"))
         Response.write (OraDynaset.Fields("FName"))
         Response.write (OraDynaset.Fields("LName"))
         Response.write (OraDynaset.Fields("Phone"))
         Response.write (OraDynaset.Fields("Email"))
         OraDynaset.MoveNext
    Loop
    'remove OraSession
    Set OraSession = Nothing
    %>
    Any ideas?
    Thanks,
    Wills

    Please post this question in the database forum: General Database Discussions
    Regards,
    OTN

  • DATA IMPORT from MS.ACCESS TO ORACLE DATABASE

    I have an MS ACCESS MDB file , I to import all the Tables and Data into ORACLE DATABASE through FORMS.Because this file is on Client side, and maintain on daily basis ,so it is very hard to import manually daily through traditional ODBC method,for that our one team member busy all day with that issue.
    Is it possible in our forms to import data from MS.ACCESS to ORACLE. I tried HOST command but it doesn't work.
    Data structure and Table Name are same both is MS Access and Oracle.
    We are Oracle 8i and Developer 6i

    Like i said in my previous post, the same steps that you used to do manually, you need to do it through forms, it's not that straight forward, you need to do lots of coding.
    connect form to MS Access db read the data, and insert them into oracle tables.
    Search the forum, there are solutions previously posted, and keep checking the online help .
    Tony

  • Can Forms Builder access non-Oracle Database?

    Does any one know whether Pracle Forms can access othe non-Oracle database via ODBC or JDBC to MS Access or MySQL?

    12282,
    In general, HTML DB gives you access to Oracle database facilities. These include heterogeneous services. Please search this forum for keyword "heterogeneous" and you can follow the threads that interest you.
    As for the comparison with brain surgery, I'd rank them about the same in terms of raw thrill.
    Scott

  • Can you access non-Oracle database with HTML DB?

    Can you access non-Oracle database with HTML DB? If not, will this be possible in the future?
    I realize HTML DB is not an open-source product. However, it is necessary sometimes to get non-Oracle database info. JDeveloper supports this. It does not appear to me that HTML DB does. This is a major drawback to it being a product for more potential applications that rely on other database technology such as MySQL, etc.
    If it is possible, is this brain surgery to do it. HTML DB offers fast simplified development and it would be good if it was built in. Does anyone know of an example of accessing non-Oracle database that is available?

    12282,
    In general, HTML DB gives you access to Oracle database facilities. These include heterogeneous services. Please search this forum for keyword "heterogeneous" and you can follow the threads that interest you.
    As for the comparison with brain surgery, I'd rank them about the same in terms of raw thrill.
    Scott

  • Getting Oracle RDB 7 database into 10g howto

    Hello,
    We have an old database in Oracle RDB 7 on an older OpenVMS system that we would like to somehow import into a new Oracle 10g database running under Unix. I'm familiar with OpenVMS and Unix, Oracle 8i and later, but don't have much of a clue about Oracle RDB, which seems a complete different product.
    So far I found out that export and import in Oracle RDB are completely different from Oracle 10g in terms of compatibility and unction. Perhaps there is some way to use RMU/Extract under RDB? Can the complete database be saved in e.g. text delimited or other suitable formats? Whatever I do however must not change anything on the original RDB database.
    Thanks in advance for any advice and help!
    Best regards,
    Markus Waldorf

    (I have never worked on RDB but) I just carried out a brief search on internet regarding Oracle RDB 7 and it seems it can be exported using ODBC (however, the options are limited).
    I would advise you to get in touch with Oracle support or Oracle RDB provider. May be they can help you out with this.

Maybe you are looking for

  • It's  interesting.......Can u?????

    101. What is true about the primary index of a table? More than one answer is correct. a) The key fields of the table make up the primary index b) The primary index ID is designated by the Database Adminstrator c) The developer designates the fields

  • File Name Shortenings in Folders (Finder)

    My question is if you can change the format of how shortened file names appear in folders. The default is showing the beginning and ending of a file name: "summer vacation photos" -> "summ...otos" (of course depending on how large the file icon is or

  • Help on internal preloader script

    Good day guys, Anyone could help me on this code. stop(); this.addEventListener(Event.ENTER_FRAME, onPreloading); function onPreloading(e:Event):void{   var total:Number = stage.loaderInfo.bytesTotal;   var loaded:Number = stage.loaderInfo.bytesLoade

  • Punctuation issues

    I'm publishing my sites to a folder. When I open them in Safari, they look great, but when I upload them, and then open them, again in Safari, some of the quotation marks and apostraphies have turned into diamond-shaped question marks. When I open th

  • App logo says "loading", I get a message that it a certain size, go to itun

    I was downloading an app on my iPad and I got a message saying it is (more than a certain size...which I can't remember) and that I should go to iTunes. The logo for the app is shaded and it says Loading under it. I want to delete that app or app log