JDeveloper + Oracle 10g

Hello!
I am using JDeveloper and Oracle 10g.
I created the user and database. My database has one table. I want to use JDeveloper to write procedures, create tables etc.
But here is a problem. I am able to connect to the database under login that I created and see the table (that I created in OEM) but I am not able to create a procedure, another table etc. They are grayed in the popup menu.
I think this is because some privilages.
So far I granted next privilages:
grant connect to user;
grant execute any procedure to user;
grant select any table to user;
grant unlimited tablespace to user;
grant create any procedure to user;
grant create trigger to user;
grant select any procedure to user;
grant debug any procedure to user;
grant create session to user;
grant create sequence to user;
but it still does not work... :(
Would you possibly say what else do I need to grant or maybe do something else?
Thank you!

Just in case if someone is interesting...
The problem was in JDBC drivers. When I updated the JDeveloper for a new one from website everything works. :)

Similar Messages

  • Using JDeveloper with Oracle 10g Express Edition

    Hi,
    can JDeveloper 11g 11.1.1.4.0 Studio Edition be used to develop applications connection with Oracle 10g Express Edition?
    If not, is there a version downloadable that can?
    TIA

    Yes, it can.
    John

  • Connecting oracle 10g express edition to jdeveloper

    I am having all kinds of problems connecting oracle 10g express edition with my jdeveloper 10.1.3.3. I can query the database from my command line so I know it is set up, but for whatever reason jdeveloper will not connect with it. When I try to connect with the database through jdeveloper here is the error I keep getting:
    Listener refused the connection with the following error:
    ORA-12518, TNS:listener could not hand off client connection
    The Connection descriptor used by the client was:
    localhost:1521:ORCL
    I have been all through the google results looking for an answer and have come to the conclusion that it is something with either the listerner file or the tns file, but as of yet have been unable to locate them. here are both of those files too.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ##########)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = #########)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Please any help would be appreciated I have been at this for days, thanks.

    This has to be some kind of bug with 10g express because I see lots of people having similar problems. I'm in the process of uninstalling 10g, and I will re-install it see if that makes a difference. Again if anyone has any other ideas please keep them coming because this is utter BS it shouldn't be this hard.

  • Links needed for portal devlopment on oracle 10g appserver using jdeveloper

    hi,
    i'm relatively new to portals so wud like to hav sum knowledge of doing basing request & response stuff using jsp's as my UI while developing portlets using Jdeveloper.
    If anyone could come up with tutorials about portal development on Jdeveloper.
    i'm using oracle 10g AS app server(release 10.1.4) with oracle jdeveloper( version 10.1.2.0.0 build 1811).
    wud like inputs on wsrp & jsr-168 compliant portlets

    Hi,
    You could try starting with the Portal Developers Guide - http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b14135/toc.htm
    You should also find alot of useful info on the Portal Development page on OTN - http://www.oracle.com/technology/products/ias/portal/portlet_development_10g1014.html
    Cheers,
    Mick.

  • Possibility & Drawback  Using JDeveloper 11g ADF Faces with Oracle 10g DB

    We are new to ADF Faces, would like to use JDeveloper 11g ADF Faces with Oracle 10g database (Enterprise Edition). As we are new to JDeveloper 11g ADF BC, so we want to know about the Possibility & the Drawback.
    Edited by: eng.shahed on Apr 5, 2010 11:21 AM

    i dont think so any drawbacks using Jdeveloper with any database.....its a open product ... You can use it with Sybase, MySQL, Oracle etc etc..

  • Emmedding Oracle 10g XE into JDeveloper

    Recently competing IDE suppliers are embedding databases out-of-the-box to their IDE's. SJSC2 has Pointbase and Netbeans will have Apache Derby.
    I think for JDeveloper this would add value so we can (without installing Oracle separately) use a database directly.
    Would it be an idea to embed Oracle 10g XE to JDeveloper?

    Shay,
    The discussion as it's going now is just what I wanted. I think there was some good feedback.
    I think until now there is a 50-50 tie for embedding it and keeping it separate.
    I'm a little bit surprised because for 'real' JDeveloper users, an embedded database is not really needed as working in projects means that there is central installed database. And I expected thoses users around on this forum.
    Personally speaking, when working with JDeveloper on projects an embedded database is not needed. As I said before, most of the times in this case there is a central database server hosting the database.
    So for those people I understand they prefer keeping it separately (to keep it small).
    But there are cases that it really would add value:
    - JDeveloper Starters: starters who want to experience with JDeveloper and e.g. do some ADF tutorials need to install Oracle. Because of this additional installation many of them will bail out; that's not what we want!
    - Students: I JDeveloper would have an embedded database it could be used more easily for education on schools; the younger they start, the better!
    - Regurlaly/Experienced JDvelopers users who want to try something at home but don't have Oracle installed for some reason.
    For me it doesn't have to be Oracle XE, because it's still fairly big. It could also be a embedded Java database like Derby or HSQL. As long as it works with ADF Business Components without problem. (I tried MySQL once, but it didn't worked optimal with BC4J: e.g. primary keys are not added)
    Also remember that JDeveloper is shipped with embedded OC4J out-of-the-box. I know you cannot compare this to an embedded database, but it is in and you can choose to use it or not.
    Regards,
    Marcel

  • Free download of Oracle 10g & JDeveloper 10g(10.1.2.1)

    I am a new user of Oracle 10g.After downloading oracle10g from ur site,i was not able to access it on my desktop.The message i see on screen is 'to open this file windows needs to know what programme created it.'
    I run Microsoft Windows Xp 2002 version on my system.I thought i should download JDeveloper 10g(10.1.2.2) maybe it might open the file but whot i see on my screen after i have completed the download & i try to open is 'fail to load main-class manifest attribute from c:\documents & settings\....(name of file).'
    Pls tell me the procedures/tools that i need to enable Oracle 10g to successfully run on my system.
    Thanks for your anticipated assistance.

    The files you download from OTN are zip files, so you'll need to unzip them. One thing to make sure is that you unzip keeping the sub-directory structure.
    If you are just starting out with JDeveloper - start with JDeveloper 10.1.3 - there is no reason to start with an older version of JDeveloper.

  • Samples don't work under Oracle 10g w JDeveloper 10g

    I have downloaded and attempted to use 3 different samples, and not a single one of them works properly without modification. These were all developed a couple of years ago, probably tested under earlier versions, but do not work under the most current. Does Oracle have any plans to update these samples to work with the most current products, or would the company rather leave its customers frustrated?
    For reference, I am running Oracle 10g (version 10.2.0.1.0) on a Windows 2000 workstation. I'm simply trying to set up a demo application, so I haven't put it on a more powerful server as of yet. I am using JDeveloper 10g (version 10.1.2.1.0 build 1913). The three samples which I have tried to use are:
    Oracle Label Security - Illustrating Ols Function API
    Oracle9i JDBC Sample OCI Connection Pooling and Middle-Tier Authentication Sample
    Oracle Connection Cache Sample Application
    The OLS sample does not even compile properly if not modified. It is necessary to add "jsp:useBean" declarations in order to get past the compiler errors. The documentation for this is also in error. The text describing the application indicates that Figure 3 will show the details for EMP_OPN (the same as for Figure 2), but the actual figure shows the deatils for EMP_RESCH. Thus the resulting discussion and the figures do not match. At least I could finally get this application to work.
    The other two I have not yet figured out the proper drivers or calling sequence. The drivers that work for the first application do not work for the latter two, or the calling sequence are wrong. I get lots of connection errors, loader errors, and others. I am about ready to give up on using the samples, as so far they have wasted more of my time than they have helped.
    All I want to achieve is a demo that shows a database that uses connection sharing or pooling (for performance reasons), does middle-tier authentication, allows the application set a user context and then make database queries, having OLS enforce the access control policy based on the user context (vs. the user used for the shared connections). If there is other sample code that demonstrates this that works under the configuration described above, I would most greatly appreciate knowing about it, or receiving such sample code via email.

    Firstly, XE 10.2.0.1 isn't the same as 10gR2 10.2.0.1
    It was released a bit later and had some fixes that were in later 10.2.0.x patchsets (and also had some different security settings). Maybe they should have gone with 10.2.1.1.
    Second, the embedded PL/SQL gateway was okay for XE, but isn't supported for Apex on the Standard/Enterprise Edition until 11g. It doesn't mean it never works, but it does mean that you shouldn't rely on it.
    That said, there are other issues with 10.2.0.1 so I'd recommend going for the latest patchset anyway.
    Thirdly, if you get the XDB login dialog box, something has gone wrong. For the embedded PL/SQL gateway, XDB is acting as a virtual webserver. Generally what should happen is you connect to the webserver (XDB) and request a page (the APEX login page) and XDB should give it to you, no questions asked.
    If it asks you to login then the XDB webserver is running but is trying to get authorisation before it gives you the page. [By the way, if it does prompt for a username/password, it is expecting a database username/password, not an apex one or an O/S one] I'd suspect something is wrong with the setup.
    What happens if you ask for a simple image like
    http://URAN:8080/i/bottom_left.gif

  • Oracle 10g and JDeveloper 10.1.3 Java Stored procedures

    Hello,
    I am not able to run Java Stored Procedures
    created with 10.1.3 in conjunction with an Oracle 10g Database.
    Same procedures are just working fine, when using JDev 10.1.2,
    but I want to / have to use Jdev 10.1.3!
    What happened?
    Greetings.

    Hi,
    what about sharing the information of how you try and execute a stored procedure and what the error message is that you get?
    Frank

  • File Need for Oracle 10g AS from Oracle 10g Jdeveloper

    Dear All,
    I have completed my application for running on Oracle 10g AS.
    What files and the structure that I should maintenace/ keep
    without having all file and structure like what we have in oracle
    10g J developer on Mywork folder?
    Help me ..please...
    regards
    erie

    Erie,
    if you are deploying to Oracle Application Server 10g (9.0.4) or higher, then you don't need to deploy the ADF runtime libraries because they are already there.
    If you create a deployment profile for the application you want to deploy - e.g. a WAR file or EAR file deployment - then you can select the files you want to deploy. The default settings typically include all teh necessary files.
    Frank

  • Example of using pie graphs in oracle 10g or 9i forms (not JDeveloper)

    Hi..
    Please can anyone show me how to use pie graphs in oracle 10g or 9i forms using bean?
    i also want to know how to put data in pie graph.. as u know in column graph for example we have an x-axis and y-axis,and in pie there is no x-axis and y-axis.. so how i can put the same data in pie graph.. and also i may need more than one value for the x-axis or the y-axis to use in pie graph so how can i do it??
    i use set_custom_property to call properties in beans.
    I would so thankful for how can answer me.. please its urgent
    thanks

    Hi,
    Thanks for your reply..but i already have this demo and it doesn't contain an example for a pie graph..if u know where i can find any example for a pie graph and how to pass data to it i would be so thankful
    Thanks again.
    Eyad Basheer

  • 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

  • How to set the debug port for Eclipse for OracleAS 10g Enterprise Server

    Hi All,
    I want to debug a java class, which is exposed as webservice. what are the settings I need to do in OracleAS 10g Enterprise Server to debug a java class using a eclipse.
    Thanks in advance,
    Vidyasagar.

    Hi, have you double checked that your oc4j is started with Sun's JVM or any other JVM that recognizes the kind of remote debug option as above? You can find the JVM used by oc4j in the ORACL_HOME/opmn/conf/opmn.xml.
    To double check that your oc4j is started in debug mode, you can test with another remote debugger. Say, with the jdb in sun's jdk jdb -connect com.sun.jdi.SocketAttach:hostname=yourHost,port=4000 (Personally, I also use Jdeveloper or Jswat to double check.) If you can connect with jdb, then you have to check your Eclipse. Can its remote debugger connect to any java application at all?

  • Iplanet to Oracle 10g AS

    Hi Folks,
    I am trying to upgrade an application in iPlanet 6.0 to Oracle 10g Application server.
    can anyone provide some pointers or past experiences on the same.
    esp regarding version incompatibilities of various technologies
    and the regarding any tools for bulk migration

    Not a bulls eye but these are few things I found useful.
    (If anyone can add their thoughts that would be great )
    My hunch is that will have to use
    First, ASMT (Application Migration Assistant from Sun)
    to upgrade the application to latest J2ee version
    and then use
    Application Migration Assistant from Jdeveloper
    to port to Oracle 10gAS
    References
    Metalink Notes
    1.     Note: 157770.1 Java APIs Supported in OracleAS 10g and Oracle9iAS
    2.     Note:122826.1 How to Migrate OAS Applications to 9iAS Release 1
    3.     NOTE:135101.1 Java API's supported in the Jdeveloper, IAS, and RDBMS product components
    4.     Note:177543.1 Advantages of Oracle Containers for J2EE (OC4J) Over Tomcat With Oracle9iAS?
    Note:262550.1
    Subject:      Statement of Direction - JDBC Driver Support within Oracle
    5.     
    Application Migration Assistant from Jdeveloper
    6.     http://www.oracle.com/technology/tech/migration/ama/docs/ama_searchrules.pdf
    7.     http://www.oracle.com/technology/tech/migration/ama/index.html
    8.     http://download-uk.oracle.com/docs/cd/B12428_03/migrate.904/b10426/comparis.htm#1014551
    ASMT (Application Migration Assistant from Sun)
    9.     http://java.sun.com/j2ee/tools/migration/
    Migrations to Web Sphere
    10.     http://www-128.ibm.com/developerworks/websphere/zones/was/migration.html

  • How to connect to ORACLE 10g Express Edition using struts?

    HI! There
    I am using Oracle Jdeveloper as IDE, JBoss as application server, Oracle 10G Express edition as DBMS. As I am new to Struts & Jboss, so Can anybody tell me that How to connect to Database? Please also give Struts-config.xml datasource config too.
    If someone can give a set of codes to enter and retrieve the data to/from database it will be really help full for me. Well connectivity with any version e.g. 9i, 10g, 10g XE will do......
    Thanks

    Well I have already configure a datasource in struts-config.xml as Stated below:
    <data-sources>
    <data-source>
    <set-property property="autoCommit" value="false"/>
    <set-property property="description" value="Data Source Config. for SMS"/>
    <set-property property="driverClass" value="oracle.jdbc.OracleDriver"/>
    <set-property property="maxCount" value="4"/>
    <set-property property="minCount" value="2"/>
    <set-property property="password" value="password"/>
    <set-property property="url" value="jdbc:oracle:thin:@127.0.0.1:1521:XE"/> <set-property property="user" value="sms"/>
    </data-source>
    </data-sources>
    Now the Only problem That I am facing is how to look up this data source from a Java file of Model layer.
    Please Guide me further

Maybe you are looking for

  • Play guitar on Tecra M9

    Hi, I am trying to play my guitar through my Tecra M9, unfortunately I cannot hear the guitar through speakers or headphones. I have also tried this using an external mic, as in karaoke type setup.  The mic works, I can hear it if I record, but there

  • Link an Adobe form (existing on ECC) to a button to display this form

    Hi all ! I work on a Portal and I need to link a form to a button on this portal. In fact, on this Portal, I have a page that displays all returns (which were created on ECC with VA01 tcode). Each line corresponds to one return. And for each line, th

  • Who deleted my tables???

    Hi, We have an Oracle 8.i database server with some users, and somebody deleted some tables from one user. I would like to know if there's some way to find out what user dropped the tables, in a log file, a historical table or something like that. Th

  • MM Director w/QuickTime 7 no longer works correctly

    I updated my PC to QT 7.0.3 and now I have a number of MM Director apps which no longer work correctly. These apps have worked for over 5 years with QT3 - QT6, but not now. The straingt QT movies play okay, but the MM Dir apps no longer seem to be ab

  • Cannot connect to iTunes . I have Internet connection. Hel plz

    Cannot connect to iTunes . I have Internet connection. Hel plz