Connection OK but no objects found (Oracle XE, Eclipse 3.3)

I've installed Eclipse 3.3 and added the DTP 1.5.0 tools.
I've unzipped the Oracle DTP zip into the Eclipse installation directory and restarted Eclipse.
I've also installed Oracle Express 10g. The listener is up and running OK. The connection seems to be OK, it pings, it connects, but no objects are displayed. I'm connecting to an empty schema, but I've also tried adding a simple table and reconnecting- same result, no nodes are displayed beneath the connection node.I've also tried connecting to the system schema- still nothing. There are no errors in my workspace metadata/.log file either. However, I believe I did get this all working against a normal 10g Oracle database (ie. not Express).
Any pointers greatly appreciated.

This only works for unix. how about in windows. The problem is the "\" as against "/." See my error below.
old 1: create directory APEX_IMAGES as '&1/apex/images'
new 1: create directory APEX_IMAGES as 'D:\apex321\apex/apex/images'
Directory created.
declare
ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
The system cannot find the path specified.
ORA-06512: at "SYS.DBMS_LOB", line 523
ORA-06512: at "SYS.XMLTYPE", line 287
ORA-06512: at line 15
Thinking of rewriting the apxldimg.sql by replacing all the "/" with "\". Good or bad idea? any work around here? Thanks.
D.
Edited by: user457403 on Feb 5, 2010 11:03 PM

Similar Messages

  • Connect ok but unable  to use oracle

    i could link oracle perfectly in jsp application,but when i
    create recordset or serverbehaviors dreamWeaver will show errors.
    anyone know that ,thanks a lot.

    sparrowmax wrote:
    > i could link oracle perfectly in jsp application,but
    when i create recordset or serverbehaviors dreamWeaver will show
    errors.
    I can't help with JSP or Oracle, but unless you say what
    error messages
    you get, no one will be able to give you practical help.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Margin windows or ads won't load and only say there's no network connection. ran a connectivity scan but nothing was found. I figure its a setting of sorts but don't know which one or how to fix

    When I go to my home page or various web pages there are ads link boxes that never load a picture or anything. They just have a notice that the page could not be loaded. usually it says it can't connect to the internet and to check internet connectivity. when I do it runs a scan that comes back saying there were no connectivity issues.

    See:
    * http://kb.mozillazine.org/Error_loading_websites

  • Is connection pooling and sharing available on Oracle 9i RDBMS ?

    Hello,
    I would like to connect from oracle to sql server through db link and ODBC (Heterogenous connectivity). But every session in oracle launch session in sql server. Is it possible to have connection pooling and sharing from Oracle RDBMS level ? I need one solution : when (for example) i run 100 sessions in Oracle i would like to see 10 sessions on sql server. I would like remain 90 sessions from oracle to be queued.
    I would mention that i was using Heterogenous connectivity with multithreading agent (agtctl) without success.
    appreciate any help :-)

    There are two concepts you could evaluate, but they are mainly used for connections to the database, not to sqlserver, but if you can make them work with heterogeneous connectivity this could help:
    Connection Pooling. When many sessions are connecting to the same database, it could be that some of them remain idle. Oracle can detect them and timed them out letting another session to enter into the database, letting the idle session remain open without closing its session. This is configured by means of the shared server architecture.
    Session Multiplexing. Session multiplexing allows the same bandwidth to be used by many sessions at the same time, this enables the server to use fewer network connection endpoints for incoming request. In order for you to configure session multiplexing you have to configure connection manager.
    Ref. Oracle® Database Net Services Administrator's Guide
    10g Release 2 (10.2)
    Part Number B14212-02
    ~ Madrid
    http://hrivera99.blogspot.com/

  • My iPad 2 is connected, works well and is found under "devices" on the left side of my iTunes window.  But when I go into my iTunes account the iPad2 is not listed nor found to be "associated" with my account.  Why not?

    My iPad 2 is connected, works well and is found under "devices" on the left side of my iTunes window.  However, when I go into my iTunes store account under "manage devices" the iPad2 is not listed nor found to be "associated" with my account.  Why not?

    Even if you put a credit or debit card on file with iTunes it will still use your balance FIRST.
    I would suggest putting a card on file and testing to see if it will allow you to make a purchase, then removing the card from the account after successful download of an item.
    EE

  • Connection string to insert data to Oracle DB

    Hay guys,
    Now I am facing the problem to insert data to the oracle db. I already connect the db to my netbeans service tag & also found the db & tables. But does not know how to insert, delete etc from my JSF pages. I send my JSF code. You guys tell me in which position in the code I will set the connection string, as well as the pattern of connection string. You guys found that I add a button name "show". I want that when I press the "show" button then the relative data will show in the corresponding textfield. I would like to mention that my database server ip is "192.168.56.2". And my netbeans installed pc's ip is "192.168.56.1". My oracle SID is "orcl", user name: "Asystem", Password: "abc123", and the table I want to access is "user_info". Please guys help me.....
    THE CODE OF MY JSF PAGE IS TO:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Document : Page1
    Created on : Feb 15, 2010, 10:33:41 PM
    Author : Taibur
    -->
    <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <webuijsf:page id="page1">
    <webuijsf:html id="html1">
    <webuijsf:head id="head1">
    <webuijsf:link id="link1" url="/resources/stylesheet.css"/>
    </webuijsf:head>
    <webuijsf:body id="body1" style="-rave-layout: grid">
    <webuijsf:form id="form1">
    <webuijsf:textField id="textField1" style="left: 168px; top: 72px; position: absolute"/>
    <webuijsf:button actionExpression="#{Page1.button1_action}" id="button1"
    style="left: 239px; top: 264px; position: absolute; width: 96px" text="Show"/>
    <webuijsf:textField id="textField2" style="left: 168px; top: 96px; position: absolute"/>
    <webuijsf:textField id="textField6" style="left: 168px; top: 192px; position: absolute"/>
    <webuijsf:textField id="textField3" style="left: 168px; top: 120px; position: absolute"/>
    <webuijsf:textField id="textField4" style="left: 168px; top: 144px; position: absolute"/>
    <webuijsf:textField id="textField5" style="left: 168px; top: 168px; position: absolute"/>
    <webuijsf:textField id="textField7" style="left: 168px; top: 216px; position: absolute"/>
    </webuijsf:form>
    </webuijsf:body>
    </webuijsf:html>
    </webuijsf:page>
    </f:view>
    </jsp:root>

    im not sure if you can make a query directly from your jsf,
    but its a better practice to do that in your backing bean

  • Dropping java object from Oracle 8i

    We areaable to load java methods and publish them to SQL in Oracle 8i using Jdev Deploy wizard, but we can not drop them thru
    Open View As->Database Browser of the connection object, they drop menu is greyed out/disable. What kind privilege we need to drop java object from Oracle 8i? Or there is something wrong with the database setup.
    Thank you very much

    There are three options:
    Normal
    SysDBA
    SysOper
    I have tried the three of them, none of them works, is there third option SYS?
    Thank you very much.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amit:
    Log in as SYS.<HR></BLOCKQUOTE>
    null

  • Class Not found : oracle.jdbc.driver.OracleDriver when calling web service

    Hi,
    I have installed the Oracle Data Integrator Public Web Services on Apache Tomcat 5.5 application server with Apache Axis2
    When I try to call the web service OdiInvoke using the operation "listScenario" using only the JdbcDriver as input parameter, the response I get back from the web service call is:
    java.lang.ClassNotFoundException: Class Not found : oracle.jdbc.driver.OracleDriver
    Using the operator "getWebServiceVersion" I get a successfull response back som the connection seems fine.
    Obviously the error has to do with the driver not beeing available but where should I put the driver? Or how do I make it available? When working from Topology Manager, all connections are fine.
    Best regards
    M

    Solved it on my own by putting ojdbc14.jar in the following directory: <Apache-Tomcat install dir>/webapps/axis2/WEB-INF/lib/
    Thought I'd share in case some one else has same issue
    /M

  • Regarding Objects in Oracle

    Hai all,
    I want to know where could I get good material on using Objects in Oracle (in Forms) plus some good tutorial regarding the same.
    Thanx
    Vinayak

    it it necessary to use adadmin to compile these objects and whether to use this with Maintenance Mode.No it is not necessary to use adadmin but recommended and you do not need to enable maintenance mode before compiling invalids irrespective of using adadmin or utlrp or adcomps.pls
    I was previously using urlrp.sql/etc to recompile invalid objects with non-APPS environment, so what is the difference in these 2. here also you can use utlrp.sql but ideally we use utlrp.sql when no one is connected to system but adadmin can be used while users are in. Also through adadmin you can compile invalid of apps schema only and utlrp will compile all invalids in db.
    adadmin calls $AD_TOP/sql/adcompsc.sql for compiling invalids. You can read this sql to view its functioning.
    what could be the issues, if i run manual recompile on running APPS environment or by using Oracle EM to compile APPS/etc Scheama.You can do it manually, no issues.
    Thanks,
    JD

  • Business Objects and Oracle 10

    Post Author: DQUINTON
    CA Forum: Deployment
    Currently using a deployment of Business Objects 5.1.6 with an Oracle 8 data source. We are considering using a data source that is Oracle 10 , does anyone know if our version of business objects is compatible with Oracle 10 , or would our problems only lie in the middleware and drivers that may need updating ? Any help would be much appreciated.

    Kiran,
    Jokes aside, Theres a few documents on how Oracle partner with Business Objects but there is no "Oracle Business Objects" BI product, at least up until end of last year before I left Oracle Consulting BI practice.
    Yes SAP Business Objects connects and supports Oracle 10G database functionality, but that would be Oracle DB, not Oracle BI EE.
    I seriously doubt they would launch ANOTHER BI tool with the same application name as a competitor?
    I hope you can get the information you are seeking.

  • Adapter MetaData: No objects found!

    Hi all,
    I'm trying to create a communitacion channel and when I try to choose an adapter type I get the following message "No objects found!"
    I have a XI installation configured with a central SLD which is on a different machine than the XI machine.
    I also get the error:
    "4 Message(s) :  XI domain unable to specify Integration Server - Attempt to create JCo connection object failed for domain domain.01.censvxides - Integration Server unable to specify a JCo client - No component names available from Integration Server - "
    when I try to do a Performance Monitoring in RuntimeWorkBench.
    I think they are some kind of relationship between this 2 errors.
    I have search in the forum and I have found people with the same problem but I didn´t find the solution.
    Have anyone any idea?
    Thanks

    Hi Antonio,
    As prasad said, download the XI Content SAP BASIS (Zip file) to the below specified path
    SEVER IP\d\usr\sap\SID\SYS\global\xi\repository_server\import..
    after that unzip the downloaded zip file and copy the .TPZ files to the IMPORT directory files..
    Now login to your INTEGRATION REPOSITORY ..
    goto tools -> select IMPORT DESIGN OBJECTS tab..now import ur SAP BASIS content into your repsository...
    If this is helpfull for you  ... reward points ..
    Regards,
    vasanth.

  • Invalid objects found in Repository

    I am installing grid control 11.1 to redhat 5.2, with repository database of 11.2 locate on the same host. At step 7 of 13 connect to database, I provided the host, port, service and sys password and clicked Next, and I got a simple error messageInvalid objects found in Repository. Re-compile the objects using:
    $ORACLE_HOME/sysman/admin/emdrep/sql/core/latest/admin/admin_recompile_invalid.sql
    <EM_REPOS_USER>.Ther is no other clues given. I checked the script admin_recompile_invalid.sql, it is pretty simple, just goes though all_objects and dba_synonyms for any invalide obejct for the <EM_REPOS_USER> user. If find, recompile. I am not sure what user is <EM_REPOS_USER> but the two queries returns nothing in my database for any/all users. The script should just pass and doing nothing.
    What could be wrong?
    Where I can find more info?

    Did you try recompiling invalid objects using utlrp.sql
    Also check invalid objects using :
    select count(*) from dba_objects where status<>'VALID';
    Regards
    Rajesh

  • Object found is not an Iview error.

    Hi,
    There are few VC applicaitons in the Web Dynpro applciations repository. When I click on one of those applications and choose preview it is throwing an <b> Portal runtime error </b>. But while previewing other applications this is not showing the same error.
    The error description is as follows:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: The object found is not an IView: pcd:com.sap.portal.system/gpal_hidden_content/gwd/planning_impl/com.sap.planning_impl.UI0_Planning_Hierarchy_base
    at com.sap.portal.prt.core.PortalJNDIHelper.getPropertyContentProvider(PortalJNDIHelper.java:101)
    at com.sap.portal.prt.component.PortalComponentContextFactory.createPortalComponentContext(PortalComponentContextFactory.java:167)
    at com.sap.portal.prt.component.PortalComponentContextFactory.getPortalComponentContext(PortalComponentContextFactory.java:82)
    at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:495)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:203)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:133)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:144)
    If anybody have any idea, please help me out.
    Best Wishes
    Idhaya R

    Hi Ajay,
    The applicaiton I am trying to preview is an custom application.
    It is deployed by the developer. When I am trying to preview I am getting the error.
    But if I open it through open-->application page >base>open, I am able to see the application.
    When I tried to copy and paste as pcd object, it says pcd object created, but it is not getting created.
    For the applications which I am able to preview the pcd objects are created.
    Can you tell me what might be the reason?
    Best Wishes
    Idhaya R

  • Agent is Unreachable (REASON = Connection refused) but the host is UP

    Folks,
    Can I pick your brains, I keep recieving the smtp alert from Grid control which says;
    Agent is Unreachable (REASON = Connection refused) but the host is UP
    upto 5 minutes later the smtp mail is received
    Agent is Unreachable clear : <SERVER> - Agent Unreachable is cleared
    I have tried the usual
    $> cd $ORACLE_HOME/bin
    $> emctl start agent
    $> emctl status agent
    $> emctl upload agent
    This is successful however shortly the messages re-appear. This is on a pre-production grid control which manages 35+ databases on 25+ Hosts and the smtp errors are filling the mailbox with these messages. FYI - The Hosts causing my headache are from a 2 node RAC hosting several instances including ASM running agent version 10.2.0.4.0
    The network team says they are not seeing any connection drops in their logs.
    Any assistance would be appreciated

    Thanks DBA05 for pointing me to look at the trc and nohup files in there I found a number of errors which I could enter into metalink and subsequently identified the Patch 7031906 which seems to have fix a number of the issues and errors identified.
    Primarily
    Using a 10.2.0.4 Grid Agent to monitor a 10.2.0.4 Database.
    The 10.2.0.4 Agent version is certified to monitor a 10.2.0.4 Database.
    The <AGENT_HOME>/sysman/log/emagent.trc shows that the health_check metric is repeatedly failing for this database :
    2008-06-09 15:21:11,173 Thread-3658 ERROR fetchlets.healthCheck: GIM-00105: file not found
    2008-06-09 15:21:11,174 Thread-3658 ERROR engine: [oracle_database,dbname,health_check] : nmeegd_GetMetricData failed : Instance Health Check initialization failed due to one of the following causes: the owner of the EM agent process is not same as the owner of the Oracle instance processes; the owner of the EM agent process is not part of the dba group; or the database version is not 10g (10.1.0.2) and above.
    Repeated failure while executing this metric can cause the Agent to re-start, as it runs out of file handlers at the OS level.
    - The database is a 64 bit installation but emagent executable is of 32 bit installation though the
    64 bit agent software is installed.
    I also found these worth a check
    - Re-starting the database to create this hc_<SID>.dat file does not help in resolving the Healthcheck Metrics error.
    - The <DATABASE_OH>/dbs/hc_<SID>.dat file has sufficient permissions to be read by the agent
    Mark

  • How can i return object from oracle in my java code using pl/sql procedure?

    How can i return object from oracle in my java code using pl/sql procedure?
    And How can i returned varios rows fron a pl/sql store procedure
    please send me a example....
    Thank you
    null

    yes, i do
    But i can't run this examples...
    my problem is that i want recive a object from a PL/SQL
    //procedure callObject(miObj out MyObject)
    in my java code
    public static EmployeeObj callObject(Connection lv_con,
    String pv_idEmp)
    EmployeeObj ret = new EmployeeObj();
    try
    CallableStatement cstmt =
    lv_con.prepareCall("{call admin.callObject(?)}");
    cstmt.registerOutParameter(1, OracleTypes.STRUCT); // line ocurr wrong
    //registerOutParameter(int parameterIndex, int sqlType,String sql_name)
    cstmt.execute();
    ret = (EmployeeObj) cstmt.getObject(1);
    }//try
    catch (SQLException ex)
    System.out.println("error SQL");
    System.out.println ("\n*** SQLException caught ***\n");
    while (ex != null)
    System.out.println ("SQLState: " + ex.getSQLState ());
    System.out.println ("Message: " + ex.getMessage ());
    System.out.println ("Vendor: " + ex.getErrorCode ());
    ex = ex.getNextException ();
    System.out.println ("");
    catch (java.lang.Exception ex)
    System.out.println("error Lenguaje");
    return ret;
    Do you have any idea?

Maybe you are looking for

  • Links/Documentation Content Conversion for SenderJMS/MQ adapter?

    I spent hours to find SAP documentation for this, but I could not find. I look for the counterpart of StrictXml2PlainBean to transform plain text into xml, if it comes in via a sender JMS/MQ adapter. Please provide me some links. Thanks you.

  • I cant sign in to icloud anymore

    i did not log into icloud for few weeks and now it won't let me sign in. any ideas why ?

  • INSERT works for only last record of the Internal table ...??

    I am trying to insert data from an internal table JTAB to a Databse Table in CRM. The name of the databse table in CRM is CRMD_PARTNER For this i first declared an internal table JTAB with same structure as that of the databse table CRMD_PARTNER DATA

  • Keyboard - Wear and Tear

    Hi all Have a small problem with my keyboard. Because my fingers and thumbs are on the large side, I tend to use my fingernails to press the keys - I much prefer the actual keyboard to the virtual one. Anyhow the other day when the keyboard light cam

  • Component cable to TV problem

    I have an Ipod Touch 4th Generation and plugged it into my TV using the Apple component cable.  It works with youtube but I only get audio when I try to watch streamimg TV.  The video is on the Ipod but not on the TV screen.