My project using Oracle9i Jdeveloper

http://www.weizhiyun.com/prj/lss/lss.htm
I use Jdeveloper and Oracle database to finish the project.
It is easy and happy. Welcome to share my happiness.

Seems to be 10 times larger than mine. here are my information:
Midi Regions:195 - ram 401040
environment objects: 240 - ram 221180
Undo steps: 31 - ram 701712
Regards, K

Similar Messages

  • Queries related to Bi Beans using Oracle9i JDeveloper

    Queries related to Bi Beans using Oracle9i JDeveloper [5.0.581]
    1. Is Asymmetric Report feature is available in Oracle
    JDeveloper(BIBEANS)?
    2. Is Write Back feature is available in Oracle9i JDeveloper
    using BiBeans?
    3. Is it possible to use HotSpots feature in Oracle9i JDeveloper
    (BIBEANS) ?
    4. Is it possible to use On the Fly Aggregation feature in
    Oracle9i JDeveloper(BIBEANS) ? or We need to use Meterialized
    Views or Summary Tables for Aggregation ?
    5. Is any documents/steps available for JDeveloper Reports Web
    Publishing and JDeveloper Report Integration with portal ?
    6. Is any document/information available on JAVA OLAP API for
    Report customization.
    7. Is it possible to insert a ROW/Column dynamically in a
    Report ?
    10.Is it possible to generate Arabic Reports(with Numeric Data
    in English and Dimesions(labels) in Arabic).pl provide some
    doccuments on this topic.
    11.In Formating option there are 13 types of currencies
    provided.but there is no 'Rs'(Rupees) and 'Kd'(KuwaitiDinar).is
    it possible to attain?
         If yes,can i get any examples and related documentation
    on the above features ?
    Thanks for time and help
    Regards
    Raja

    The user that owns the cubes and dimensions must have the role OLAP_USER so that the OLAP API can view the required information which is actually stored in a series of tables owned by the user OLAPSYS. This schema is usually referred to as the CWM catalog. I think the OLAP documentation explains the views that are part of this schema.
    At risk of being rude - why are you creating a relational model? It is much easier to store your model within an 10g R2 Analytic Workspace. This is much more performant and provides greater functionality compared to ROLAP solution.
    Watch out for Enterprise Manager (OEM) when deleting cubes and dimensions. I have had some very bad experiences with OEM not removing all the elements of a dimension or cube from the CWM catalog, even though the nodes in the OEM navigator tree do not show any dimensions or cubes.
    Then when you try to connect to an OLAP schema with BI Beans you got some very serious java exception errors relating to corrupt metadata. At this point you have to use the OLAP PL/SQL packages to clean up the CWM catalog to remove all the invalid dimensions and cubes. It is not that difficult to do just takes a bit of time.
    Hope this helps
    Keith

  • Oracle9i JDeveloper and SCM/ClearQuest and Razor

    Does anyone have experience using Oracle9i JDeveloper and SCM with ClearQuest and/or Razor? I need information on which one works best with Oracle.
    Thanks,
    Toni

    OracleSCM is in definite need of a "Getting Started/User Guide". It comes with an Installation Guide but, once installed, no other (detailed) documentation to point new users in the right direction. Example scenarios and tutorials demonstrating workareas and containers etc would be very helpful indeed.
    Whilst the 9i JDeveloper help/documentation is better, it assumes a certain amount of OracleSCM knowledge (or that you can obtain it from OracleSCM). Furthermore, not all of our SCM needs will be from within the 9i JDeveloper IDE...other files relating to our JDeveloper applications (such as requirements/design documentation, SQL & PL/SQL files etc) will want to be brought together under SCM where the use of the RON (outside of 9i JDev) will be required (I assume?).
    We have been through the beta version of the new course and, whilst a definite step in the right direction, it is no substitute for a written "Getting Started Guide" and does not provide enough information to actually get new users/projects up and running (just the foundations). In particular, we found the Practice Areas alittle cumbersome and lacking (much needed) hints/solutions. We need less of the "Overview of SCM" (most people are familiar with the concepts/benefits and have used similar products before), and much more of the specifics of setting up/using OracleSCM and JDev-OracleSCM.
    We are a JDeveloper (3.2) shop (naturally) looking to migrate our applications to 9i JDeveloper where the close integration with OracleSCM is an attractive new feature that we'd like to take advantage of. Much greater help & support will need to be provided to existing (and new) users if the application of this exciting new feature is to be attempted/successful.

  • Deploy project using  Jdeveloper with native library (dll)

    hi
    i need to deploy project using Jdeveloper but the generated jar dose not include native library dll file .

    it is ok now
    using deployment in properties of project and add new file group of type dependency analysis

  • Error deploying JDeveloper project using ant-sca-compile.xml

    Hi all, I'm having problems on deploying a JDeveloper project using ant-sca-compile.xml. The output in C:\XXXX\YYYYY\SCA-INF\classes\scac.log is:
    java.lang.NoClassDefFoundError: 4\jdeveloper\////oracle_common
    Caused by: java.lang.ClassNotFoundException: 4\jdeveloper\....oracle_common
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Could not find the main class: 4\jdeveloper\/../oracle_common. Program will exit.
    Exception in thread "main"
    What's missing in wich classpath?
    Regards
    Efren.

    Same composite we were able to deploy successfully without any error, from Monday onward we are experiencing this issue.
    We checked in Installation Guide provided by oracle. Oracle has suggested few memory related changes in ant-sca-compile.xml file.
    Increasing Memory to avoid Compilation Errors
    To avoid out-of-memory errors during compilation of a SOA composite application, you need to
    increase the following memory settings.
    To increase memory settings:
    1. Open the ant-sca-compile.xml file in the SOA_HOME/bin directory.
    2. Under the scac element, increase the following memory settings.
    <jvmarg value="-Xms2048m"/>
    <jvmarg value="-Xmx2048m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    3. For Windows change the following memory settings to.
    <jvmarg value="-Xms1536m"/>
    <jvmarg value="-Xmx1536m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    We did those changes but still experiencing same error. I checked H:\AIASOAProject\AIAReceiptInterface\ReceiptListEbizProvider\SCA-INF\classes\scac.log ; file its showing Could not create the Java virtual machine.
    Regards
    Manish

  • Oracle9i JDeveloper and SCM course

    A new beta course to assist the implementation of JDeveloper and SCM is now
    available:
    Manage Development in Oracle9i JDeveloper with Oracle9i Software Configuration
    Manager
    It is available from the OTN SCM software download area at:-
    http://otn.oracle.com/software/products/repository/content.html
    Feedback very welcome.
    thankyou,
    David

    OracleSCM is in definite need of a "Getting Started/User Guide". It comes with an Installation Guide but, once installed, no other (detailed) documentation to point new users in the right direction. Example scenarios and tutorials demonstrating workareas and containers etc would be very helpful indeed.
    Whilst the 9i JDeveloper help/documentation is better, it assumes a certain amount of OracleSCM knowledge (or that you can obtain it from OracleSCM). Furthermore, not all of our SCM needs will be from within the 9i JDeveloper IDE...other files relating to our JDeveloper applications (such as requirements/design documentation, SQL & PL/SQL files etc) will want to be brought together under SCM where the use of the RON (outside of 9i JDev) will be required (I assume?).
    We have been through the beta version of the new course and, whilst a definite step in the right direction, it is no substitute for a written "Getting Started Guide" and does not provide enough information to actually get new users/projects up and running (just the foundations). In particular, we found the Practice Areas alittle cumbersome and lacking (much needed) hints/solutions. We need less of the "Overview of SCM" (most people are familiar with the concepts/benefits and have used similar products before), and much more of the specifics of setting up/using OracleSCM and JDev-OracleSCM.
    We are a JDeveloper (3.2) shop (naturally) looking to migrate our applications to 9i JDeveloper where the close integration with OracleSCM is an attractive new feature that we'd like to take advantage of. Much greater help & support will need to be provided to existing (and new) users if the application of this exciting new feature is to be attempted/successful.

  • How to view database table in oracle9i Jdeveloper

    Hi,
    how to view database table in oracle9i jdeveloper,any manual setting .please help me.
    thanks
    saran.

    In Jdeveloper go to View-->Connection Nevigator. there you will see all kind of connctions. Expand Database and check if your DB connection is present there. If not, you need to create using right clicking on Database and choose New Database Connecton. Here few screens will be there where you need to put the TNS entries of your database.
    Once DB connection is created, you can expand the connection by clicking on + icon and you can see different available schema objects. Again you need to expand Tables and you can look for specific table in there.
    Hope this clears your doubts.
    Thanks,
    Mukesh Uchaniya

  • Issue with creating Web Service Client using Oracle JDeveloper

    Hi All,
    I am trying to create a Web Service Client using Oracle JDeveloper. I set the Project compiler property to JRE 1.4
    When I run the web service client, it throws me bunch of errors saying:
    'Error(32,2): annotations are not supported in -source 1.4'
    I am wondering why JDeveloper is using annotations even after I set the compiler property to 1.4
    I am following this link to create the webservice client:
    http://www.oracle.com/technetwork/developer-tools/forms/webservices-forms-11g-094111.html
    Any help in this regard would be greatly appreciated.
    Thanks,
    Scott.

    Dear Shay,
    Thanks for your prompt response.
    You are right. JDeveloper 11g uses JDK 6 style annotations for the clients it creates. But you can change the JRE Version used at compile time by following these steps:
    1. In the Applications Navigator, right-click the Project Nanem node and select Project Properties... from the context menu.
    2. Select the Compiler node and check the Source Files and Generated Class Files dropdown lists. You may change these versions depending on the version of the JRE you are using with Forms to ensure that the compiled
    classes from JDeveloper can be read by the JRE used by Form.
    So I selected JDK version 1.4 there.
    Sorry that I did not mention that we are using Oracle Forms 10g. That is the reason I selected JDK 1.4
    Thank you.
    Scott.

  • Web Service Project using WSDL file

    Hi All,
    I want to create web service project using WSDL file(I already have a wsdl file), which needs axis2 run time to generate correct project structure, I did this in eclipse but now I want to do it through JDeveloper(11.1.2.0.0), so please suggest me any ways on how can I configure axis2 runtime in Jdeveloper, and is it possible do it in Jdevloper?
    Thank You,
    Sunny
    Edited by: Sunny on May 8, 2012 1:51 AM

    Have you installed the 64-bit Access driver on your machine? See
    Data Source Names and 64-Bit Operating Systems for the differences in odbcad32. Call %SystemRoot%\system32\odbcad32.exe to check the drivers.
    How do you host your service? Stand-alone or IIS or embedded to another application? Keep in mind that IIS7 runs it in its application pool which is defaullt 64bit. Thus the bad image exception, when compiling your service as 32bit.
    When you need the Access database for your service to store informtation, then I would switch to SQL Server (Express) or XML files depending on your actual needs.
    Also check whether your account under which your service is run has the necessary NTFS file permissions on the access file and the folder. This is getting even more complex when it's a remote folder.

  • HELP Using Oracle9i database to consume external Web Service

    Hi all,
    I am trying to make use Oracle9i db to call an external .Net Web Service from a JAva Stored Procedure.
    I created the .Net Web Service and use JDeveloper 9.0.3.4Build(1247) to create the Client Stub Java class(ie: serviceClientStub.java).
    Following the instruction from the article"Calling External Web Service from Java Stored Procedure”, http://otn.oracle.com/sample_code/tech/java/jsp/samples/wsclient/Readme.html, I connected to the database using SQL Navigator4.3 tried to load the required jar files(with Create public synonym and Resolve option checked) into Oracle9i database(ver 9.2.0.1.0). They are loaded in the following order:
    [OC4J_HOME]/soap/lib/soap.jar
    [OC4J_HOME]/lib/dms.jar
    [OC4J_HOME]/jlib/javax-ssl-1_1.jar
    [ORACLE_HOME]/lib/servlet.jar
    [OC4J_HOME]/jdk/jre/lib/ext/mail.jar
    Where [OC4J_HOME] refers to Oc4j_extended that I downloaded from Oracle website.
    [ORACLE_HOME] refers to oracle/ora90
    However, most of the java classes failed to compiled. When I loaded the Client Stub class, it failed to compile as well.
    This is the error message that I got:
    ORA-29521: referenced name javax/mail/Flags could not be found
    ORA-29521: referenced name javax/mail/MessageException could not be found
    ORA-29521: referenced name javax/mail/MethodNotSupportedException could not be found
    Any ideas how to resolve these issues?
    Also, besides using the Client Soap stack library(above method), is there another way to be able to load the Client Stub class in the database, have it compiled successfully?
    Your assistance will be highly appreciated!

    As far as I can see, you're at least missing activation.jar. Without this library you won't be able to successfully load the mail.jar library.

  • Tool to report on database objects used in JDeveloper

    Folks,
    Does anyone know of a simple tool or plugin that can be used in JDeveloper to spit out what database objects are in use within a JDeveloper business component project?
    For example, if I'm using emp, dept etc from the scott database schema as business objects, is there a tool that can be used to analyse the JDev BC project and generate something like a pdf that lists these tables?
    I know there are more enterprise options available but I just need a quick and simple tool that will analyse my business components project and tell me the database tables that are in use in that project.
    Thanks in advance,
    Phil.

    AFAIK there isn't such a diagram or tool available. The framework doesn't store this information in n a central repository but in multiple meta data files (xml files). You can searchthrough them to find the info you like to get. Problem might be that some of the business componentes e.g. VO are not build one DB object alone but on multiple of them (union, joins...). To get the DB objects from such a VO you have to analyse the query.
    Timo

  • How to find the specific build of  Oracle9i Jdeveloper??

    Hi All
    I am quite new to OAF, Please help How to find the specific build of Oracle9i Jdeveloper that corresponds to the specific OA Framework release installed in the runtime environment. I would like to know two things here.. how to find 1)what is the patchset installed in environment 2) which Jdeveloper ARU corresponds to that.
    Thanks in Advance !
    Savitha

    Pl see MOS Doc 416708.1 (How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x)
    HTH
    Srini

  • Creating portals using webcenter/jdeveloper deployment issue

    Can we deploy portals created using webcenter/jdeveloper to earlier non -jdeveloper oracle portals or rather the portal pages? Basically I am asking this because we are using new technology for us being webcenter and trying to make it backwards compatible with the oracle portal pages for certain projects rather then recoding.
    Edited by: user609513 on Dec 4, 2008 4:42 PM

    Hi,
    Portal 10.1.4 has WSRP and JSR 168 Standards compatibility, this means that you WebCenter portlets (which are JSR portlets) can be deployed to Portal 10.1.4 pages.
    The page definitions and security will have to be re-created, but all your logic(portlets) will be reused.
    Another alternative is to use the JSF Portlet Bridge feature of Oracle WebCenter to wrap your whole WC application into a portlet and deploy it into portal, check this document:
    http://www.oracle.com/technology/products/webcenter/pdf/owcs_10132_cm_jsf_bridge.pdf
    Regards,
    Juan

  • ANN: New Oracle9i JDeveloper for Max OS-X

    Get the new Oracle9i JDeveloper Java IDE for Mac OS-X
    Now available from the JDeveloper Software page at:
    http://otn.oracle.com/software/products/jdev/content.html
    Questions can be submitted to the JDeveloper discussion forum.

    this release is very good, especially with the new jdk1.4.1beta9!
    very very fast compare to netbeans.
    i only have one big problem with cvs.
    i'm using cvs with ssh and everything works fine on the command line and in netbeans.
    in jdeveloper, i was able to create the connection and checkout the module.
    but any commands after the the intial check doesn't work.
    get ta permission denied error.
    seems like it is not using ssh, even though i configured it to.

  • ANN: Oracle9i JDeveloper Beta Available

    Today, the Oracle9i JDeveloper beta release was made available on OTN.
    Among tons of new features, it includes lots of new capability for simplifying J2EE development using the Oracle9iAS OC4J J2EE Container.
    For more info, see http://otn.oracle.com/products/jdev

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Oracle JDeveloper Development Team:
    http://otn.oracle.com/products/jdev
    Oracle9i JDeveloper is a J2EE?development environment with end-to-end support for developing, debugging, and deploying e-business applications. JDeveloper empowers users with highly productive tools, such as the industry's fastest Java debugger and the innovative profiler and CodeCoach tools for code performance analysis and improvement.
    JDeveloper offers wizards, editors and visual design tools to develop applications and components according to the J2EE specification, including applets, applications, JavaBeans, JavaServer Pages, servlets, CORBA objects, and Enterprise JavaBeans.
    To take application development to a higher level of productivity, JDeveloper offers integrated UML modeling, software configuration management, and a J2EE framework called Business Components for Java (BC4J). <HR></BLOCKQUOTE>
    null

Maybe you are looking for