Metadata access in Jdeveloper 10g using Oracle 9i

Hello everyone. I´m using Jdev 10 g (release 3) and im trying to create a database connection in the connections tab (new database conection wizard) and after complete all steps an brownsing the "tables" item in the navigator(connection itens treeview), Jdev only shows the tables of my own, in other words: I have select permition in all database tables but only the tables created by me appears in the navigator. There are something that i can do to show all objects that i have permition?
ps: I tried to use a sys user like "system" and all the tables are showed, but i can´t still using this user, only my one :(
Thankx
Aracaju - Sergipe - Brazil

right click your connection and choose filter - this will let you set which schemas to show.

Similar Messages

  • MYSQL error in JDeveloper 10g using ADF Swing

    I am trying to update data in mysql database. But the following error appears in JDeveloper 10g using ADF Swing
    Mysql library is mysql-connector-java-3.1.12
    What is the problem ? INSERT and SELECT queries do not give errors. But UPDATE has problem.
    Thank you in advance.
    Sony Kalkan
    (oracle.jbo.DMLException) JBO-26041: Failed to post data to database during "Update": SQL Statement "UPDATE banner Banner SET imptotal=? WHERE bid=?".
    ----- LEVEL 1: DETAIL 0 -----
    (java.sql.SQLException) You have an error in your SQL syntax near 'Banner SET imptotal=22 WHERE bid=1' at line 1

    After i put a jtable,navigator on the form using appmoduledatacontrol on the top-right side of the jdeveloper, i run the form. Everything goes ok listing rows of data. But the error appears when i change the value of a field on the table and updating it using navigator.
    Thank you very much.

  • Failure to connect JDeveloper 10g to Oracle Database Expres Edition.

    Hi, i working with Oracle JDeveloper 10.1.3 and Oracle Database 10g Express Edition. CONNECT to Oracle Database XE from Jdeveloper Wizards using JDBC/Thin, generate the next error messge:
    ORA-0064: error ocurred at recursive SQL level 1.
    ORA-12705:Cannot access NLS datafile or invalid environmment specified.
    Vendor code: 604.
    , but connect to using ODBC work Ok.
    If run the application display:
    17002:Exception of E/S: SO: Exception was generated.
    Roberto.

    Hi Roberto,
    this issue can be caused by language incompatibility between JDeveloper language (client language) and database language.
    To check the language of the database, execute the following SQL statement from the DB:
    select * from nls_database_parameters;To check the JDeveloper language:
    Select menu Help --> About in JDev, and see the values for:
    user.language, user.region.
    Are they the same ?
    If not,
    1. Edit <JDev_Home>/jdev/bin/jdev.conf file.
    2. Add the following parameters:
    AddVMOption -Duser.language=...
    AddVMOption -Duser.region=...
    with the values for language and region, f.ex. en and US respectively
    3. Restart JDeveloper and re-test the connection.
    Hope this helps,
    Didier.

  • Problem connecting to SQL Server from JDeveloper 10g using jdbc third party

    I am using Oracle 10g Jdeveloper and I tried to setup a database
    connection to SQL Server using various Drivers for JDBC as Merlin, jtds, inet.tds, etc.
    (I had no problem to set up a connection to an Oracle Database using the
    Oracle JDBC driver).
    When I am testing the connection throughout the wizard, I do receive
    this error message: "Unable to find driver:
    com.microsoft.jdbc.sqlserver.SQLServerDriver".
    I m not understanding from last 3 days where to place the corresponding JAR files so thaI may not get the Error.
    When I hit n trialed at various directories of the JDeveloper as </rootDir/jdbc/lib>
    </rootDir/lib>
    </root/jdev/my Work/Application1/Project1/public_html>
    </root/jdev/my Work/Application1/Project1/public_html/web-inf/>
    when I tested the connection I do received:
    "Unable to find driver:
    xxx.xxx.xxx.xxxxxxx Unable to find driver:
    Obviously it can't locate the Micrososft JDBC driver but I can't
    figure out why.
    I tried all kind of things without any success. Is somebody can help
    me and took me beyond this.
    I m trying to build DataSource connection from JavaBeans.
    Please make me out of this cave. I m not finding any of the way to do this.
    The last code I tried is
    try {
    Class.forName("com.inet.pool.PoolDriver");
    com.inet.tds.TdsDataSource tds = new com.inet.tds.TdsDataSource();
    tds.setServerName( "local" );
    tds.setDatabaseName( "bluff" );
    tds.setUser( dbUserName );
    tds.setPassword( dbPassword );
    DataSource ds = tds;
    Connection con = ds.getConnection(dbUserName,dbPassword);
    Statement stmt;
    ResultSet rs = null;
    Thanks,

    you are confusing me at least as your error is discussing the microsoft driver yet you are configuring the inet datasource.
    I do not use JDeveloper, but you need to make sure that whatever is servicing your web app/JavaBean has access to the driver. Not sure why you are not doing a JNDI look up of the resoure, but because you are not you can stick the driver jar in the lib directory within the WAR bundle. I would suggest that you add the driver to the lib/ext or the lib directory which is loaded at boot time for your web container and then use JNDI to look up your DataSource to reduce your coding maintenance headaches.

  • Jdeveloper 10g with oracle 10g database

    i am evaluating jdeveloper 10g with the oracle database 10g. i am trying to invoke the oracle databse results in the applet. the applet code has been compiled successfully.but when i am trying to execute the applet the error found is 'no suitable driver'.
    how do i can resolve this problem.

    This is not a sales forum. As I already said you should contact an Oracle sales person which can answer your question. There are possible migration paths which will save you some money (against buying all new licences).
    I don't say that you have to upgrade to 12c. You can develop applications using the older technology using jdev 10g together with OAS 10g and Oracle DB 10g.
    If you want to use newer technology (jsf2.0...) you have to update as these are not available in 10g. The question if you need to update to 11g or 12c (jdev) you have to answer yourself and may ask the salesperson too. 12c is the latest technology and the question is if you need the latest. 11g if the jdev version which is used internally by Oracle and is on the marked quite some time.
    Timo

  • JDeveloper 10g on Oracle 9iDB

    1. Can I use JDeveloper 10g on 9i DB?
    2. Can I install SRDEMO schema for the tutorial on 9i DB?
    Thank you in advance.
    Jimmy

    Hi,
    Yes, you can use JDeveloper 10g against a 9i DB. I can't say for certain but as I don't know the details of the Schema but there should be no problems installing it on a 9i DB.
    Hope that helps,
    Lisa

  • JDeveloper 10g ADF (oracle.jbo.JboException) JBO-29000:

    Hello,
    I am using JDeveloper to create ADF and with one form I have this error:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    Details are:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    ----- LEVEL 1: DETAIL 0 -----
    (java.lang.NullPointerException) null
    Stack trace is:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:228)
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:274)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:187)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    ## Detail 0 ##
    java.lang.NullPointerException
         at gui.operativniPlan.FormOperativniPlan.jbInit(FormOperativniPlan.java:59)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:184)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    ----- LEVEL 1: DETAIL 0 -----
    java.lang.NullPointerException
         at gui.operativniPlan.FormOperativniPlan.jbInit(FormOperativniPlan.java:59)
         at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:184)
         at gui.operativniPlan.FormOperativniPlan.main(FormOperativniPlan.java:98)
    Any idea where should I look for a problem?
    Regards,
    Nenad

    at gui.operativniPlan.FormOperativniPlan.setBindingContext(FormOperativniPlan.java:187)
    1. Check your face-config.xml, you might be setting a binding container reference in one of the manage bean properties.
    2. Check your bean source file and ensure you have a instance var defined with the same name from the face-config.xml and also you have setter/getters for the var.

  • JDeveloper 10g and Oracle Sequences

    Hello,
    i am new to Java/JDeveloper and I would like to know,
    how I can use an existing oracle sequence in JDeveloper to
    create a value for a field in my table.
    (using JDBC, no "Toplink")
    Greetings.

    Hi,
    you could issue a select <sequence>.nextval from dual query statement and obtain the result from the return set.
    Frank

  • About how to build dynamic maps using jdeveloper 10g and mapviewer

    i follow the guidance (about how to build dynamic maps using jdeveloper 10g and oracle application server mapviewer) to write a jsp file,but error take palce ,i get information "Project: D:\jdev1012\jdev\mywork\WebMap\ViewController\ViewController.jpr
    D:\jdev1012\jdev\mywork\WebMap\ViewController\public_html\WebMap.jsp
    Error(12,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,190): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,102): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(12,28): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(12,40): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(13,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(13,198): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(13,106): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(14,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(14,188): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(14,101): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(15,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(15,200): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(15,107): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found"
    can you help?
    greetings

    I found a lot of information in document 133682.1 on metalink.
    step by step example how to deploy a JSP business component application.

  • How to Connect Oracle Database 10g with using Oracle Dev 10g

    Hello there,
    I have problem with connection on database 10g using oracle dev 10g on the same server.
    The message is: TNS... bla..bla... it means not connect.
    Please advice
    Regards
    Leksono

    just simple
    copy the from the database instance the tnsnames.ora
    file's entried into developer folders tnsnames.ora
    file and you can connect to DBFirst of all there is no such error as TNS... bla..bla... it means not connect.
    there are several errors for the tnsnames, post the exact error
    And it is not recommended that you copy it from the database's tnsnames file, it doesn't always work.
    to configure the tnsnames.ora you have 2 ways, manual and GUI.
    For GUI use the Net configuration assistance from your Devsuite home and for manual you need edit the tnsnames.ora file usually under %ORACLE_HOME%/NETWORK/ADMIN
    You need to specify the connection string name, the hostname and the database SID name. It should look something like this.
    <connection identifier> =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = host name)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = SID)
      )Regards,
    Tony

  • Integration (JDeveloper 10G and SCM 9i)

    I am new working with JDeveloper and SCM.
    Is it possible to integrate JDeveloper 10G to SCM 9i, or should I use the same version for both products, in order to reduce future problems?
    Now I am having some problems, for example:
    1) I can not move a business component from a package to another. Both packages are checked out. The BC4J is checked out, too.
    2) When I try to add a new JSP to the struts file from the graphic view, I have to check out both files the strust,xml and StrutsPageFlow.oxd_struts.
    3) When I delete a file it is not deleted in the repository.
    Are these problems related to the version, or should I install something else?
    Thanks for your help.
    I am including this question in the SCM forum, too

    AFAIK support for Oracle SCM is not yet implemented in JDeveloper 10g. Oracle promises to publish it on Extension Exchange (http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/index.html) as soon as it will be available. I don't expect it released anytime soon :-(
    Last version of JDeveloper in which I saw that working was 9.0.3.3. Since then it's been worse and worse.
    Regards Jan

  • Issues using Oracle SQL server Developer migration work bench

    Hi all,
    We are trying to migrate the application databases from SQL server 2000 to Oracle 10g using Oracle SQL Developer 1.2.1.32.13:
    Following is the list of issues that we faced while trying out this migration on dev environment.
    1. The data migration was successful for only around 90 tables out of the total 166 tables present. No error message was logged for the rest of the tables but still it was completed.
    2. Some of the tables which had got the data inserted did not have the full data. Only some of the rows were inserted for these tables. Error message was logged only for few of the rows and not all.
    3. Few error messages were logged which said problems about “Inserting ' ' into column <tablename>.<columnname>”. There was no such constraint in the target database that the particular column can not be null or can not have only a space. Please check the logs for the same error messages.
    4. The status box at the end of migration had shown only 3 errors.
    5. The total data for migration was around 500MB. The time taken for migration was around 75 minutes. Are there any optimization techniques that will improve the performance?
    Please note that there were no Foreign Key references for the source schema or target schema.
    Any pointers/info/resolutions related to above mentioned issues will be much useful for us.
    Thanks,

    Hi Adam,
    There are 2 sets of scripts created for you.
    1) For SQL Servers BCP to dump out the data to dat files
    2) For Oracles SQL*Loader to load the dat files
    You run the SQL Server BCP scripts on the machine with SQL Server.
    The dat files will be dumped out on that server.
    You can then move the dat files to your Oracle server.
    Then run the Oracle SQL*Loader scripts to load the dat files into Oracle.
    Give it a go and follow the doc and viewlets.
    Your Questions:
    So the datadump from the source location would be saved on my local disk?it will be saved on the same machine you run the bcp scripts from. Usually the same machine SQL Server is on, because you require SQL Server BCP tool.
    So once it is migrated to the destination database will that dump be created automatically? Or do I need to modify the script to take care of this?I dont know what you mean by this, hopefully above clears things up.
    The only modifications you need to make to the scripts are adding in the databasename username password servername. These are outlined in the scripts themselves. I would want to do something fancy like dump the dat files to a different directory, then you can modify the scripts, but you should understand what they do first.
    Most people would have 500MB of space on their discs , so I can see the problem creating these dat files . The same goes for your 30 GB database.
    I hope this helps, but as always you wont get a good idea of how it works until you give it a go.
    Regards,
    Dermot.

  • Accesing windows files using oracle unix external tables.

    Hi, I'm trying to access files on windows2k using oracle external tables on unix:
    Oracle server on unix: oracle ver. is 9.2.0.6 and OS is 5.8 Generic_117000-03 sun4u sparc SUNW,Sun-Fire
    1. Created dir object on oracle unix pointing to windows path
    2. created user
    3. Assigned read and write privs on dir to user
    4. created external table using dir step 1
    5. select on external table
    When I FTP the files into unix and recreate dir object, it works, but if I point dir object into windows path, it fails.
    Is possible to do this?
    Tks
    GAP

    Hi
    The directory object must be accesible to your Database server, so if the Database is in unix you must create the directory in unix.
    I don´t know software that allow unix systems to see a windows file system. Maybe windows can see unix from a samba server or NFS.

  • Correct version of jdeveloper to use with Oracle App Server 10g 10.1.2.0.2

    Hi,
    I just want to be sure, I am new to JDeveloper and I would just like to verify/ask what correct version of JDeveloper should we use so we could deploy the finished applications on our Oracle Application Server 10g 10.1.2.0.2 without errors?
    Looking at this support matrix: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#1013
    I think we can use JDeveloper 10g (10.1.2)?
    I downloaded Jdeveloper 10.1.2 from this link: http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html.
    Will this work well with Oracle Application Server 10g 10.1.2.0.2?
    Thank you very much,
    Mickey
    Edited by: [email protected] on Aug 13, 2009 2:20 AM

    Yes, it works well.
    --olaf                                                                                                                                                                                                                                       

  • Oracle Developer Day    Jdeveloper 10g early access not work

    Oracle Developer Day Workshop Materials
    Creating Persistence Services Using Toplink and POJOs
    I use Jdeveloper 10 ea :
    To create a new workspace with a new project for the model
    Application Name EmployeeRequisitionApplication
    Directory Name <JDEV_HOME>/mywork/EmployeeRequisitionApplication
    Application Package Prefix objectmodel
    Application Template No Template [All Technologies]
    rename Project1 to Lab1_PersistenceServices
    Set project properties
    Click the Technology Scope node: Select TopLink in the Available Technologies and click the shuttle button to move to Selected Technologies.
    see the following in the Applications Navigator:
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    not like that :
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    ---toplink
    ---toplink mappings
    I use Jdeveloper 1012 , Applications Navigator like :
    --EmployeeRequisitionApplication
    ----Lab1_PersistenceServices
    ---toplink
    ---toplink mappings
    why Jdeveloper 10g ea not work?

    I'm not able to reproduce it exactly. It seems to depend on either what I was doing beforehand or what I have open at the same time.
    I was able to make it happen on demand awhile ago, but I've closed and restarted the environment since then.
    The best I can remember, I had been going up the dialog, starting at the bottom. I was looking for where to enter the location of SQL*Plus. I didn't expect to see it in accelerators, but I was just curious what was in there when...boom. I might have finished one pass thru most of the tree, then started on a second pass when I encountered the problem. Best guess at this point on how to reproduce would be to simulate a user persistently looking for a setting and just not stopping until he found it.
    James Brockman

Maybe you are looking for

  • I cannot slide the screen when I want to activate my phone - is there an easy fix or do I need to drop it into the Apple Shop?

    My iPhone 5c has just begun to play up. When I active the on button it asks you to Slide to Open, however I cannot perform that function. I tried turning it off by holding down the Power Button but when the sign comes saying slide to turn off, I cann

  • Adobe App. Manager installing problem

    I´m having a problem installing Adobe Application Manager; I´ve checked the installers folder and it seems to be an set up error: "deployment file loading failed" May anyone help me, please?

  • Error in ProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-8

    Getting given error during deployment of ProviderABCSImpl, Build is successful. *ORABPEL-05250[[ Error deploying BPEL suitcase.* error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/de

  • Windows File Service Log

    Does anyone know how long info is retained in the Windows File Service Log? AFP has the option to archive every x day(s), but this option is curiously missing from the Windows service. I'm on Mac Server 10.4.11

  • Viewing files through SAP viewer only

    Hi, When i create a DIR and attch a PDF file in it, and when i open this file, its get opened in PDF viewer. I want that the file should only be opened in SAP viewer and not in application on PC. How can i achieve this? Regards, Kalpesh