JDeveloper - Database Applet

Hi!
I just got Jdeveloper 2.0 Beta, and trying to go through the
tutorial. I have completed the Database Applet Tutorial
successfully and it works fine within Jdeveloper.
Then I did the Deployment part in order to run this applet in a
Web environment. But the thing is that our Database and the web
server reside in two different machines.
I know the database must be on the same server as the web server
in order to run this applet. And it also says that if the
database is not in the same server as the web server use
Connection Manager.
Where can I find more information about connection manager. Or
how can I run this applet using a remote database. (Both servers
are on the same network)
TIA
Sri.
null

I tried putting my web server, etc. on the same machine as my database but this didn't solve the problem. I'm still getting No suitable Driver.
Any help is much appreciated, thanks,Spencer
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by mark tomlinson ([email protected]):
You need to check the following.
1. In your CMAN.ora file veryfy that the port the
cman is listening on is same port specified in your
connect string.
2. The CMAN is installed on the same machine as the
webserver.
The following is an example of a cman.ora file, the
cman is listening on port 1610
cman = (ADDRESS_LIST =
(ADDRESS = (PROTOCOL=TCP)
(HOST=)
(PORT=1610)))
cman_profile = (parameter_list =
(MAXIMUM_RELAYS=512)
(LOG_LEVEL=1)
(TRACING=YES)
(RELAY_STATISTICS=YES) (SHOW_TNS_INFO=YES)
(USE_ASYNC_CALL=YES) (AUTHENTICATION_LEVEL=0) )
Then your connect string should look like
Connection conn =
DriverManager.getConnection ("jdbc:oracle:thin:" +
"@(description=(address_list=" +
"(address=(protocol=tcp)(host=webHost)(port=1610))"
+
"(address=(protocol=tcp)(host=oraHost)(port=1521)))
" +
"(source_route=yes)" +
"(connect_data=(sid=orcl)))", "scott", "tiger");
The first element in the address_list entry
represents the connection to the Connection
Manager. The second element represents the database
to which you want to connect. The order in which
you list the addresses is important.<HR></BLOCKQUOTE>
null

Similar Messages

  • How to deploy database Applets

    I use JDeveloper to build applets. What is the best way to
    deploy database applets to the 9iAS Portal?
    marcel

    My application is targeted toward home users with an Internet connection but minimal computer knowledge. It is not clear to me how I could install and configure a database server using WebStart, and doing it manually would hopelessly overwhelm my target audience. So I opted for a simple embedded PureJava database which stores information in ASCII files.
    I have several such files containing product data catalogs which I need to transfer using WebStart and write to a standard, platform-independent directory (i.e. no C:\ or such) which my JDBC URL can then access. I can pack my data files into a JAR and programmatically extract them on the client side. However, the problem is finding out what the application's client-side default path is in order to save my files to a standard location. It appears that the default path is the Windows Desktop the first time the app is started, but changes to the application's home directory (C:\Program Files\Java Web Start\.javaws\cache\...\myApp) thereafter.
    Any hints or suggestions?

  • Class Not Found Error in JDeveloper with Applet

    HI Gentlemen,
    I have to set up an applet for my project using JDeveloper. I created an ADF application with Model and View projects, where the Model project has a very simple Applet and a HTML page to call it. The whole thing is located in ..\mywork\.. using only JDeveloper defaults. The applet only has a text field with preset contents "HI, I am the applet!" just to see that it is working. Now, when I start the run target HTML page against the applet viewer, it is OK. However, when I start against the built-in Weblogic server, the following Java console results:
    Java Plug-in 1.6.0_31
    Verwendung der JRE-Version 1.7.0_02-b13 Java HotSpot(TM) Client VM
    Home-Verzeichnis des Benutzers = C:\Users\gksadmin
    c: Konsole löschen
    f: Objekte in Finalisierungswarteschlange finalisieren
    g: Speicherbereinigung
    h: Diese Hilfemeldung anzeigen
    l: ClassLoader-Liste ausgeben
    m: Speicherbelegung anzeigen
    o: Protokollierung auslösen
    q: Konsole ausblenden
    r: Richtlinien-Konfiguration neu laden
    s: System- und Bereitstellungseigenschaften ausgeben
    t: Threadliste ausgeben
    v: Thread-Stack ausgeben
    x: ClassLoader-Cache löschen
    0-5: Trace-Stufe auf <n> setzen
    Laden: Klasse card.model.Applet1 nicht gefunden.
    java.lang.ClassNotFoundException: card.model.Applet1
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:722)
    Ausnahme: java.lang.ClassNotFoundException: card.model.Applet1
    I'm sorry about it--if I add the ..\model\ directory to the Classpath, it does the same. Nothing happens with the browser.
    Can anyone help me?
    Thank you in advance, kind regards from
    Miklos HERBOLY

    HI Frank,
    After expanding your Applet example it used to work fine. Now as I installed both Java and JDeveloper/Weblogic Server several times, it always complains about some jrockit. I am blurred why this option was included in the java command. Can you help a little bit?
    [Waiting for the domain to finish building...]
    [02:19:31 PM] Creating Integrated Weblogic domain...
    [02:19:54 PM] Extending Integrated Weblogic domain...
    [02:20:00 PM] Integrated Weblogic domain processing completed successfully.
    *** Using port 7101 ***
    C:\Users\gksadmin\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK17~1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\ocf\lib\ocf-cc.jar;c:\windows\system32;c:\windows\SysWOW64;lib/gemplus-service-0.3.jar;C:\ocf\de\cardcontact\opencard\terminal\ctapi4ocf;C:\Java\jdk1.7.0\jre\lib\plugin.jar
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Java\JDK17~1.0\jre\bin;C:\Java\JDK17~1.0\bin;C:\Program Files (x86)\PC Connectivity Solution\;D:\app\gksadmin\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\"Program Files (x86)"\Java\jdk1.7.0\bin;c:\ocf\lib;c:\Windows/System32;C:\Java\jdk1.7.0\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Starting WLS with line:
    C:\Java\JDK17~1.0\bin\java -jrockit   -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\gksadmin\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Process exited.Thank you very much, regrads:
    Miklos

  • Tables not listed in JDeveloper database connection..

    Hi,
    I am configuring a DBAdapter project in JDeveloper and the database is mssql server. I could connect to the DB but any of the schema objects are not displayed. I checked the permission for the user in the database and it seems fine and there is no filter . Infact, i can open a sql worksheet for the connected database session from JDeveloper and query tables from the schema. But for creating toplink files and creating the mapping between tables, JDeveloper needs the tables to be listed. But none of the schema objects are listed. Infact i tried with two drivers. One is MSSQL Driver 1.2 as well as JTDS 1.2.3 driver. For connections from both of the drivers, the schema objects are not listed. I dont know whether this is related to the permission for the dbuser to use database metadata or something to do with JDeveloper. Pls. help. I am using JDeveloper 10.1.3.4 and SQL Server 2005. Thanks in advance for your reply.
    Thanks,
    Kuppusamy.V.,

    Hi,
    The problem is while connecting to SQLServer, the database name should not be specified in the URL as jdbc:sqlserver://devserver111:1433/databaseName=testdb. It should be jdbc:sqlserver://devserver111:1433; This will list the tables for the user used to connect. Spent around 2 days to find the solution. Hope this one will save someone else's time.
    Rgds,
    Kuppusamy.V.,

  • Oracle 9i JDeveloper & Database & jdk 1.4 & Rational Rose 2002

    I am not sure if this is the place to ask these types of questions, but i am goin to ask anyway
    Here is my situation, I am doing a project with Rational Rose UML model. The program is written in Java, I wanted to use Rational Rose 2002 for UML model, JDeveloper for coding and Oracle Database
    1. After i downloaded Oracle 9i JDeveloper, the program said its certified for JDK1.3.1_02, is it safe to use JDK1.4.1_1 with it?
    2. Can i use 9i JDeveloper with Oracle 8i Database or its best to use 9i JDeveloper with Oracle 9i Database?
    3. Since Rational Rose 2002 only has Oracle 8 dataType, should i use Oracle 8i with it? or Oracle 9i will work anyway?
    Please help and email me at [email protected]

    1. To run JDeveloper use jdk1.3 but you can use it to develop applications with jdk1.4
    2. You can use Oracle9i JDeveloper with Oracle8i.
    3. Oracle9i will probably work, but rational might not be able to take advantage of the latest features of the database. Check out the UML capabilities of JDeveloepr.

  • Oracle 9i JDeveloper & Database & jdk 1.4

    I am not sure if this is the place to ask these types of questions, but i am goin to ask anyway
    Here is my situation, I am doing a project with Rational Rose UML model. The program is written in Java, I wanted to use Rational Rose 2002 for UML model, JDeveloper for coding and Oracle Database
    1. After i downloaded Oracle 9i JDeveloper, the program said its certified for JDK1.3.1_02, is it safe to use JDK1.4.1_1 with it?
    2. Can i use 9i JDeveloper with Oracle 8i Database or its best to use 9i JDeveloper with Oracle 9i Database?
    3. Since Rational Rose 2002 only has Oracle 8 dataType, should i use Oracle 8i with it? or Oracle 9i will work anyway?
    Please help and email me at [email protected]

    I am not sure if this is the place to ask these types
    of questions, but i am goin to ask anywayFor JDev there is a seperate forum JDeveloper and ADF
    Here is my situation, I am doing a project with
    Rational Rose UML model. The program is written in
    Java, I wanted to use Rational Rose 2002 for UML
    model, JDeveloper for coding and Oracle Database
    1. After i downloaded Oracle 9i JDeveloper, the
    program said its certified for JDK1.3.1_02, is it
    safe to use JDK1.4.1_1 with it?The JDK 1.4 certified JDev should be out soon ( how soon ? ).
    2. Can i use 9i JDeveloper with Oracle 8i Database or
    its best to use 9i JDeveloper with Oracle 9i
    Database?It depends on ur database features requirement, JDev works best with both 8i and 9i.
    3. Since Rational Rose 2002 only has Oracle 8
    dataType, should i use Oracle 8i with it? or Oracle
    9i will work anyway?---
    Regards
    Elango.

  • Database applet not working in browser

    I am working on windows 2000 server. I have an applet that connects to a ms access database.Everything works in appletviewer. When i try to view the applet in ie i get the following error:
    Error: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc)
    null
    Error: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc)
    null
    access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc)
    Basically i am trying to serve the applet on IIS. When I try to access the html page from
    a different machine, the applet loads and looks good except fails to connect with the database and display
    data.
    Any help will be highly appreciated.
    fnjoel

    You are not allowed to access Databases directly form an applet
    This is a security issue in Java Applets.

  • Viewing oracle8i objects in Jdeveloper database browser

    Hi,
    We've created objects in the backend (oracle8i).
    When we are trying to use JPublisher in JDeveoper we are not
    able to view the oracle objects in the database browser of the
    connection.
    The option 'object types' itself is not getting displayed.
    What could be the reason for this problem ?
    with regards
    jaya
    null

    Hi,
    Thanks for letting us know about the version which
    supports JPublisher.
    We are using JDeveloper version2.0. Is there any other way to
    create custom java classes?
    with regards
    jaya
    JDeveloper Team (guest) wrote:
    : Hello,
    : Which version of JDeveloper are you using?
    : : The option 'object types' itself is not getting
    : displayed.
    : This feature is supported in JDeveloper 3.0.
    : Regards,
    : Arun
    : jaya (guest) wrote:
    : : Hi,
    : : We've created objects in the backend (oracle8i).
    : : When we are trying to use JPublisher in JDeveoper we are not
    : : able to view the oracle objects in the database browser of
    the
    : : connection.
    : : The option 'object types' itself is not getting
    : displayed.
    : : What could be the reason for this problem ?
    : : with regards
    : : jaya
    null

  • [Jdbc / Jdeveloper Database Connexion] Error tns-style

    [SOLVED]
    Hi,
    I'm trying the Jdbc connexion tutorial.
    The 10 G Database is up and I can connect as HR with SQLPLUS.
    I could not find a Jdeveloper-specific tnsname.ora file.
    The "ojdbc14" driver is under:
    L:\oracle\product\10.2.0\db_1\jdbc\lib
    The connexion test in Jdeveloper fails with this message
    **************** QUOTE ****************************
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:ORACOMPT
    ************ END QUOTE ****************************
    I did not run the OC4J instance, should I? (or is it an absolute Don't!!)
    The very same HR username, password and SID or Service works with Forms 10 Builder.
    [Solved with:
      Entering the Service_Name as stated in tnsnames.ora]
    (It looks like it is only available in JDeveloper 10.1.3.2.0)
    Many thanks for your help :-)
    Message was edited by:
    JeanParis
    Message was edited by:
    JeanParis
    Message was edited by:
    JeanParis

    Hi all, I think that i have solved a part of my problem in doing theese things :
    -in EM : creating a new connexion to DbAdapter with JNDI : loc/DBConnection1DataSource
    xADataSourceName: loc/DBConnection1DataSource
    I also looked at oc4j-ra.xlm to verify this.
    BUT ....I still have an error with Toplink session. I guess that i have to manage DataSources and Pools in EM.
    Could you explain me how to do ?
    Thanks.
    Here is the error message (still in french):
    <summary>
    file:/C:/OracleSOA/bpel/domains/default/tmp/.bpel_HelloWorld_1.0_73b34a7b81f6c7c281b1e037f2a10750.tmp/InvokeBddSsn.wsdl [ InvokeBddSsn_ptt::InvokeBddSsnSelect_customID(InvokeBddSsnSelect_customID_inparameters,SsnCollection) ] - WSIF JCA Execute of operation 'InvokeBddSsnSelect_customID' failed due to: Impossible de créer la session TopLink ou d'y accéder.
    Cette session permet de se connecter à la banque de données.
    ; nested exception is:
         ORABPEL-11622
    Impossible de créer la session TopLink ou d'y accéder.
    Cette session permet de se connecter à la banque de données.
    Reportez-vous à l'exception racine pour connaître l'exception spécifique. Vous devrez peut-être configurer les paramètres de connexion dans le descripteur de déploiement (c'est-à-dire $J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml) et redémarrer le serveur. Cause : java.lang.ClassCastException: oracle.tip.adapter.db.DBConnectionFactory.
    </summary>

  • Jdeveloper - database

    hello everybody wha could help me,
    i'm trying to do a web portal with jdeveloper webcenter. I need to create a database.
    So, i try to do it with Oracle Database Edition. I do it but how can i connect my portal web with that db?
    tankyou!
    Valenti

    Pl see if any of the Oracle-By-Example (OBE) tutorials can help
    http://www.oracle.com/technology/obe/start/index.html
    You might get a better/faster response if you posted your question in the appropriate forum !
    HTH
    Srini

  • Database  applet error in web browser

    hi to all
    i have query in applet.
    MY APPLET IS USING ODBC AND CONNECTING TO ACCES.
    I HAVE CREATED POLICY FILE SO THAT I CAN DISPLAY APPLET IN APPLETVIEWER.
    APPLET RUNS FINE IS APPLETVIEWER WITH FOLLOWING COMMANDLINE
    Appletviewer -jDJava.security.policy = pol label.htm.
    however when i try to display applet in web browser, it display
    following error message "load-Can't instantiate class"
    any help will be welcome

    @MITZ:
    Christ, stop hijacking and multi-posting this same question all over the place!!!
    http://forum.java.sun.com/thread.jspa?threadID=707757
    http://forum.java.sun.com/thread.jspa?threadID=5186205
    http://forum.java.sun.com/thread.jspa?threadID=5190321
    http://forum.java.sun.com/thread.jspa?threadID=5187789
    http://forum.java.sun.com/thread.jspa?threadID=5190317
    @people who want to answer MITZ:
    I suggest doing so in the thread which was posted in the Signed Applets section of this forum:
    http://forum.java.sun.com/thread.jspa?threadID=5190324

  • DATABASE APPLET

    HELLO TO ALL
    MY APPLET IS USING ODBC AND CONNECTING TO ACCES.
    I HAVE CREATED POLICY FILE SO THAT I CAN DISPLAY APPLET IN APPLETVIEWER.
    APPLET RUNS FINE IS APPLETVIEWER WITH FOLLOWING COMMANDLINE
    Appletviewer -jDJava.security.policy = pol label.htm.
    however when i try to display applet in web browser, it display
    following error message "load-Can't instantiate class"
    any help will be welcome

    @MITZ:
    Christ, stop hijacking and multi-posting this same question all over the place!!!
    http://forum.java.sun.com/thread.jspa?threadID=707757
    http://forum.java.sun.com/thread.jspa?threadID=5186205
    http://forum.java.sun.com/thread.jspa?threadID=5190321
    http://forum.java.sun.com/thread.jspa?threadID=5187789
    http://forum.java.sun.com/thread.jspa?threadID=5190317
    @people who want to answer MITZ:
    I suggest doing so in the thread which was posted in the Signed Applets section of this forum:
    http://forum.java.sun.com/thread.jspa?threadID=5190324

  • Why MSAccess database shows data but does not show columns and DDL in edit mode in jdeveloper?

    Sir,
    My developer ver is 12.1.3.0.0.
    I create a connection to MS Access database, this database shows data as bellow in jdeveloper databases window
    But when I open any table in Edit mode like bellow it does not show any columns and DDL and give an error like bellow
    Similarly when I try to create view objects on these tables then on data controls the view object also doesn't show any columns like bellow
    What could be the reason any help on this issue
    Should I use MS Access or not but I want to use ms access for very small databases.
    Regards

    If you look into the certification matrix at Oracle JDeveloper and ADF 12c (12.1.3) Supported Systems
    You'll see that ms access is not supported.
    You can use oracle xe which is free for your project.
    Timo

  • Problem while I try to run Applet using Appletviewer

    Hi,
    I have developed a simple Applet using JDeveloper 1.1, here I am
    using a Dataset, a QueryDataSet and a grid.
    When I run the Applet within JDeveloper it runs just fine, but
    when I use the Appletviewer, the Applet starts of well but gives
    the following error:
    "borland.jbcl.dataset.DataSetException: Operation cannot be
    performed on an open DataSet"
    Please let me know what I am doing wrong.
    Thanks,
    Prag.
    null

    This may be a problem with JDK inconsistency problem. Make sure
    your appletviewer IS Java 1.1 compliant. Also, have you properly
    deployed your applet to a jar file?
    Here are the instructions for deploying a database applet:
    Hope this helps..
    -Chris
    Task 7: Deployment
    The following requirements apply when deploying a database
    applet:
    The database must be on the same server as the Web Server (or use
    a connection manager).
    Must have a JDK 1.1 compatible browser, such as Netscape 4.0.4 or
    Internet Explorer 4.0.
    Creating the Java Archive (.jar) file
    Select File|New
    Click the Deployment tab
    Double-click the Simple Archive Profile icon.
    The Simple Archive Profile wizard (SAP wizard) is displayed.
    On the Welcome page, click Next.
    On page one of the SAP wizard, enter or browse to set the Archive
    Path. Set the name of the jar to db_applet.jar.
    Click Next.
    Page two displays the names of all files in your project. Accept
    the default value of deploying all of the files and click Next.
    On page three, Dependencies, shift-click each item in the list
    "List items that you do not want to appear in the archive to
    select them all.
    Click Remove.
    In most cases, developers prefer to ship only their own classes
    in the .jar file, with separate .jars that store common files
    used by all of their Java programs. For the sake of simplicity,
    you are going to create a .jar file that includes all of the
    classes necessary to run your applet. By removing all of the
    libraries, you indicate that no classes should be omitted from
    your deployed .jar file.
    Click Finish.
    Deploying the applet
    Using a file manager, copy the db_applet.jar file you have just
    created to the Web Server.
    Copy the tutorial.EmpApplet.html file to the same directory as
    your .jar file.
    The tutorial.EmpApplet.html file can be found in the project
    directory (by default, the \myprojects directory under the
    JDeveloper root directory) or you can extract the file from the
    .jar using any PK-ZIP compatible file compression utility.
    Using any text editor, modify the <APPLET> tag in the
    tutorial.EmpApplet.html file to include an ARCHIVE tag that
    references your .jar file. Your <APPLET> tag should include this
    information:
    <APPLET CODEBASE = "." CODE = "tutorial.EmpApplet.class"
    NAME = "TestApplet" WIDTH = 400 HEIGHT = 300 HSPACE
    = 0 VSPACE = 0 ALIGN = middle ARCHIVE =
    "db_applet.jar">
    To test the applet, open the tutorial.EmpApplet.html file through
    a web server using a Java 1.1 enabled browser.
    Congratulations! You have completed your first database applet.
    You created a program that queries data from Oracle tables,
    displays the data in data-aware controls, allows for viewing and
    editing, displays status messages to a StatusBar, and includes a
    NavigatorControl component.
    Prag Ratra (guest) wrote:
    : Hi,
    : I have developed a simple Applet using JDeveloper 1.1, here I
    am
    : using a Dataset, a QueryDataSet and a grid.
    : When I run the Applet within JDeveloper it runs just fine, but
    : when I use the Appletviewer, the Applet starts of well but
    gives
    : the following error:
    : "borland.jbcl.dataset.DataSetException: Operation cannot be
    : performed on an open DataSet"
    : Please let me know what I am doing wrong.
    : Thanks,
    : Prag.
    null

  • Do I need to be owner of database in order to see its objects(tables,view)?

    Hi there,
    I am connecting to Vision instance using the JDeveloper Database connection. The username/password I am using to connect is NOT the owner of the database. I can connect to database fine with no error but I can not see any database object like tables, triggers. Do I need to use the database owners username/password to connect to database so I can see the database objects like tables and views?
    Thanks.

    By default, the Connection Navigator shows you the objects that belong to the connected user. If you have access to objects owned by another user, you can add that user's objects to the navigator tree.
    1. Go to the connection navigator.
    2. Select the connection that you want to use.
    3. On top of the navigator panel is an icon that looks like a funnel - this is the filter schemas icon. Click it.
    4. This should open a dialog box with a shuttle. Available Schemas are on the left Displayed Schemas are on the right. You will see that only your current schema is on the right. Select the schema of the owner of the objects you want to see from the available schemas on the left and shuttle it to the right.
    5. Click the OK button.
    You should now have the objects owned by this schema available in the navigator.

Maybe you are looking for