Samples Code --- BI BEANS without Oracle OLAP

We can not download Samples Code --- BI BEANS without Oracle OLAP from Oracle Ftp site.
Thanks for help:)
Who can send me the sample code.
[email protected]

The file has been reposted

Similar Messages

  • BI BEANS without Oracle OLAP

    Is it possible to use (even with a reduced functionality) BI beans without OLAP (i.e. just using sql, more or less how Discoverer does) ?
    Tia
    Tullio

    I think so. Let's see a wizard-made java client code:
    // qm can be null which implies that we are running with a config
    // file that doesn't specify a connection to an OLAP source. We
    // will use a static data source in that case.
    In general, you can make your own subclass and use it instead of OLAP-connected Query

  • Sample Message Driven Bean using Oracle Advance Queuing

    Hi,
    Can someone please provide me with sample MDB using Oracle Advance Queuing to Enqueue & Dequeue messages?
    Thanks

    Write your email Id .....I have got a test case which basically enqueus and dequeues the messages using Oracle9i AQ..
    --Venky                                                                                                                                                                                                                                                                   

  • UIX Sample code for Single Selection Radio Button PPR??

    Does any one have a sample UIX code/page that does PPR for a single selection in a table?
    e.g On the top of teh page there is a table with a radio button single selection. Depending upon the selection in the main table the bottom page will render another table.
    Please email the sample code at [email protected]
    Thanks,
    Akshay

    Does any one have a sample UIX code/page that does PPR for a single selection in a table?
    e.g On the top of teh page there is a table with a radio button single selection. Depending upon the selection in the main table the bottom page will render another table.
    Please email the sample code at [email protected]
    Thanks,
    Akshay

  • Methods in SSOEnablerUtil class does not match the sample code

    Hi,
    Please refer to the sample code at:
    http://otn.oracle.com/sample_code/products/iportal/htdocs/sso/ssoover.html
    This mentions that the bakeAppCookie() and unbakeAppCookie() are methods in the SSOEnablerUtil class. I have downloaded iAS 9.0.2 from OTN.
    The SSOEnablerUtil class does not have the above mentioned methods. Are these methods similar to the encryptCookie() and decryptCookie() methods in the SSOEnabler class?
    Please do let me know.
    Thanks,
    Rashmi.

    This was a part of the old package.

  • Oracle Text query parser - sample code

    I've posted a new entry on my "searchtech" blog which includes code for a "Google-like" query syntax parser:
    https://blogs.oracle.com/searchtech/entry/oracle_text_query_parser
    Currently it's just sample code, but if it goes down well we might include it, or something similar, in a future release of the product.
    I'd very much welcome feedback on it, either here on the forum, or on the blog, or directly to me email address (which is included in the download file).
    Thanks, everyone.

    When I select the "open in browser" option for each now, I get formatted, readable code, which can easily be copied and pasted into a file without the extra txt extension, and I much prefer that. So, for me, that is a sufficient fix.
    It seems like this is handy, virtually idiot-proof code, easy to create the package, easy to use it, and provides the Google-like search that users expect, without raising errors or producing unexpected results. Frequently, on the OraFAQ forums, where I am a moderator, when there are various ways to solve a problem and I provide a Text solution, the complaint is that it is too complicated to create all of the formatting to fix potential problems with user input. Your code solves that problem and I hope it will be included in the next version. If you don't mind, I will post an announcement in the OraFAQ Text forum with the permanent link that you provided.

  • BI beans sample code installation

    hi i am new to olap
    i installed oracle9i enterprise server with olap option.
    i updated it to 9.2.0.06 with patch.
    i installed Bussiness Inteligent Bean package.
    then i try to instlled BI beans samples
    It's giving me errors about OLAP_USER
    i checked OLAP_USER role is exist or not.
    it is not present in my DB.
    so i changed samples and and changed all OLAP_USER role to OLAP_DBA.
    It start working, but not able to create analytical workspace.
    It's giving error
    BEGIN CWM2_OLAP_TABLE_MAP.ADD_AWVIEW('CS_OLAP','CS_O_SHAW_SHAWC_CHANN8VIEW','R2C
    ','CS_OLAP','SHAW'); END;
    ERROR at line 1:
    ORA-06550: line 1, column 27:
    PLS-00302: component 'ADD_AWVIEW' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    BEGIN cwm2_olap_table_map.map_awview_column('CS_OLAP', 'CS_O_SHAW_SHAWC_CHANN8VI
    EW', 'SHAWCHANNELS_ET', 'SHAWCHANNELS'); END;
    ERROR at line 1:
    ORA-06550: line 1, column 27:
    PLS-00302: component 'MAP_AWVIEW_COLUMN' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I found that 'CWM2_OLAP_TABLE_MAP' package is installed in OLAP_SYS workspace
    but all these procedures are not installed in OLAP_SYS workspace
    So there are two problems i am facing
    OLAP_USER role is not present
    CWM2_OLAP_TABLE_MAP.ADD_AWVIEW and cwm2_olap_table_map.map_awview_column procedures are not present
    both problems are related with my installation of olap.
    is there any way to update these packages or any other patch is required?

    Hi,
    Hopefully your Post Installation Script has been failed. Check for your catpatch.sql script.
    Do the following activity :
    1)Shutdown and then startup migrate
    2) run catpatch.sql (located at $ORACLE_HOME/rdbms/admin)
    3) create olap_user roles and give necessary privileges :
    CREATE ROLE OLAP_USER NOT IDENTIFIED
    GRANT ALTER SESSION TO OLAP_USER;
    GRANT CREATE DIMENSION TO OLAP_USER;
    GRANT CREATE INDEXTYPE TO OLAP_USER;
    GRANT CREATE PROCEDURE TO OLAP_USER;
    GRANT CREATE PUBLIC SYNONYM TO OLAP_USER;
    GRANT CREATE SNAPSHOT TO OLAP_USER;
    GRANT CREATE SYNONYM TO OLAP_USER;
    GRANT CREATE TABLE TO OLAP_USER;
    GRANT CREATE TYPE TO OLAP_USER;
    GRANT CREATE VIEW TO OLAP_USER;
    GRANT GLOBAL QUERY REWRITE TO OLAP_USER;
    GRANT QUERY REWRITE TO OLAP_USER;
    GRANT RESUMABLE TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.CWM2$_AW_NEXT_PERM_CUST_MEAS TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.CWM2$_AW_NEXT_TEMP_CUST_MEAS TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.CWM2$_AW_PERM_CUST_MEAS_MAP TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.CWM2$_AW_TEMP_CUST_MEAS_MAP TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.CWM2$_TEMP_VALUES TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.OLAP_SESSION_CUBES TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.OLAP_SESSION_DIMS TO OLAP_USER;
    GRANT DELETE ON OLAPSYS.OLAP_SESSION_OBJECTS TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.CWM2$_AW_NEXT_PERM_CUST_MEAS TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.CWM2$_AW_NEXT_TEMP_CUST_MEAS TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.CWM2$_AW_PERM_CUST_MEAS_MAP TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.CWM2$_AW_TEMP_CUST_MEAS_MAP TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.CWM2$_TEMP_VALUES TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.OLAP_SESSION_CUBES TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.OLAP_SESSION_DIMS TO OLAP_USER;
    GRANT INSERT ON OLAPSYS.OLAP_SESSION_OBJECTS TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.CWM2$_AW_NEXT_PERM_CUST_MEAS TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.CWM2$_AW_NEXT_TEMP_CUST_MEAS TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.CWM2$_AW_PERM_CUST_MEAS_MAP TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.CWM2$_AW_TEMP_CUST_MEAS_MAP TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.CWM2$_TEMP_VALUES TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.OLAP_SESSION_CUBES TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.OLAP_SESSION_DIMS TO OLAP_USER;
    GRANT SELECT ON OLAPSYS.OLAP_SESSION_OBJECTS TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.CWM2$_AW_NEXT_PERM_CUST_MEAS TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.CWM2$_AW_NEXT_TEMP_CUST_MEAS TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.CWM2$_AW_PERM_CUST_MEAS_MAP TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.CWM2$_AW_TEMP_CUST_MEAS_MAP TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.CWM2$_TEMP_VALUES TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.OLAP_SESSION_CUBES TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.OLAP_SESSION_DIMS TO OLAP_USER;
    GRANT UPDATE ON OLAPSYS.OLAP_SESSION_OBJECTS TO OLAP_USER;
    GRANT CONNECT TO OLAP_USER;
    GRANT OEM_MONITOR TO OLAP_USER;
    GRANT RESOURCE TO OLAP_USER;
    GRANT SELECT_CATALOG_ROLE TO OLAP_USER;
    4) Assign the OLAP_USER role to any users that need to access the Oracle OLAP
    catalog.
    GRANT OLAP_USER to <user>;
    5) If the user requires special access to a particular select privs on the
    table (AW$...).
    GRANT SELECT ON <AW$xxx> TO <user>;
    Regards
    S. Kalim

  • Sample jsp servlet bean (MVC) code

    We want to look into the JSP/Servlet/Bean area for our next project. We wish to understand the technology and as such want to hand build simple applications, and as such do not want to use JDeveloper just yet.
    We have searched and searched for suitable material but cannot anywhere find a sample application that :
    A. Lists contents of a databse table
    B. Each item in trhe list is a link to a page that allows that item, to be edited.
    C. A new item can be added.
    D. Uses the MVC model of JSP/Servlet and bean (preferably with no custom tags)
    There are examples that are too simplistic and do not cover the whole picture. Having spent over 100 GBP on books lately, only to be disappointed with the examples provided, we need to see some sample code.
    The samples provided by Oracle are too simplistic. They should really have provided ones built around the EMP and DEPT tables.
    Anyone know where we can get hold of this sample code.

    At the risk of sounding really dumb the examples are just too complex. There does not appear to be anywhere on the web where I can find a simple JSP/servlet/bean example of the type I described. There is enouigh material describing each individual component, but what I need is an example to cement the ideas, but the ones suggested are too much for a newbie. Even the much vaunted Pet Store thingy causes my eyes to glaze over.
    I dont expect anyone to have written something with my exact requirements, but surely to goodness there must be something that:
    1. On entry presents a search form on a table (e.g. EMP)
    2. On submission list all rows in EMp matchiung the criteria.
    3. The user can either click the link 'Edit' which opens up a form dispalying the row allowing the user to edit and save the changes, or click the 'New' button to show a blank form to create a new EMP.
    All this via a Controller servlet, with the database logic handled by a java bean, and all the presentation done via JSP.
    To me this is the most obvious and instructive example of this technology, but after days of trawling the web, and looking through a number of books, I cannot find such a thing.
    CGI with Perl DBI/DBD was a breeze to work with compared to this stuff ..... maybe ASP with SQL/Server would be a more fruitful use of time.

  • Need Sample code to retrieve Data from Portal DB(Oracle)

    Would anyone provide me steps to create application with a sample code to retrieve data from portal DB which is oracle and see the output in table format.

    Hi Bris ,
    The sample code , you didnt specified from where do u want to access the oracle thorough java code or through webdynpro .
    Sample code to access through Java
    import java.sql.*;
    class Customer
    public static void main(String args[]) throws SQLException
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    System.out.println("Connecting to the database...");
    try
    Connection cn=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:orcl","scott","t");
    Statement st=cn.createStatement();
    ResultSet rs=st.executeQuery("select 'Connected' from dual");
    rs.next();
    String s=rs.getString(1);
    System.out.println(s);
    st.close();
    cn.close();
    catch(Exception ex)
    System.out.println("The exception raised is:" + ex);
    [code]
    If accessing through JDBC datasorce.
    https://www.sdn.sap.com/irj/sdn/thread?threadID=328550
    https://www.sdn.sap.com/irj/sdn/thread?threadID=309386
    [code]
    package com.dhl.employeemodel;
    import java.sql.Connection;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.sql.DataSource;
    public class DBConnectionManager {
         Connection connection;
          * @return
         public Connection getConnection() {
              try
                   Context jndiContext = new InitialContext();
                   DataSource ds = (DataSource)jndiContext.lookup("jdbc/MyAlias");
                   connection = ds.getConnection();
             catch(Exception connectionErrEx)
                   //connectionErrEx.printStackTrace();
                   return null;
              return connection;
    Thanx
    Pankaj

  • Oracle Sample code table structure needed ...........

    Hi,
    I have downloaded sample code from oracle web site for connection pooling in java.
    some tables were used in that program like AVAILABLE_ROOM_TYPES, hotel_bookings etc....
    it was told that the table structures can be found in otn site. but i cud not find that.
    can ay one tell me where i can find all the table structures and dumps with data for those tables that are used in all the sample codes available for download.
    thanx in advance
    saro

    Saro,
    You can get it here : http://technet.oracle.com/sample_code/tech/java/travel/travelschema.htm
    Cheers,
    Srinivas.

  • Sampl code for service beans in OA framework

    hi,
    I am new to OA framework .if any one could pass me with sample code or link for sample code using Service beans it would be of great help .
    thanks.

    Ashwin,
    First clarify that ur working on OAF or ADF?If this is related to OAF, ur requirement seems to be a simple serilizable class in java which has getter/setter methods for emp data and u can make use of http session for the same.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle Sample Code Login Issue

    I want to login to Oracle sample code.When i clicked the 'login' link from oracle sample code home page it is redirecting me to a page to 'Create User'. I gave my OTN username and password,but not accepting and showing invalid username/password message. Please help me to solve this.

    Hi,
    I had this issue, so i created a new user like 'user_ext' by providing a valid email id. Then try to login with the new user id created

  • Oracle OLAP installation problem

    Hello,
    I want to test Oracle OLAP and have come to a problem while installing cube script
    I am following this document http://www.oracle.com/technetwork/database/options/olap/global-11g-readme-082667.html
    It seems as if some steps were missing in the manual, but strangely I did not manage to find anyone online having the same problem, so it must be me overseeing something.
    SQL> @global_11g_create_cubes
    This procedure creates the cubes for the sample GLOBAL schema.
    You should be logged on as a DBA to execute this procedure.
    Specify file system directory containing this installation program.
    Example:
    c:\download\Global_Schema_11g or /home/oracle/Global_Schema_11g
    Directory: /home/oracle/olap
    Specify a password for the GLOBAL user.
    Enter password:
    Connected.
    Begin installation
    ... deleting GLOBAL AW (if it exists)
          dbms_cube.import_xml(xmlCLOB);
    ERROR at line 68:
    ORA-06550: line 68, column 7:
    PLS-00201: identifier 'DBMS_CUBE.IMPORT_XML' must be declared
    ORA-06550: line 68, column 7:
    PL/SQL: Statement ignored
    Any ideas?

    Hi Srini,
    MOS Doc helped me to install OLAP and DBMS_CUBE Library is not a problem any more. Now I have following error, again without similar error/solution to be found using Google
    SQL> @global_11g_create_cubes.sql;
    This procedure creates the cubes for the sample GLOBAL schema.
    You should be logged on as a DBA to execute this procedure.
    Specify file system directory containing this installation program.
    Example:
    c:\download\Global_Schema_11g or /home/oracle/Global_Schema_11g
    Directory: /home/oracle/olap
    Specify a password for the GLOBAL user.
    Enter password:
    Connected.
    Begin installation
    ... deleting GLOBAL AW (if it exists)
    ... creating GLOBAL AW
      begin
    ERROR at line 1:
    ORA-37162: OLAP error
    ORA-33292: Insufficient permissions to access analytic workspace GLOBAL.GLOBAL
    using the specified access mode.
    XOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_INITIALIZE_AW"
    ORA-06512: at "SYS.DBMS_CUBE", line 433
    ORA-06512: at "SYS.DBMS_CUBE", line 465
    ORA-06512: at "SYS.DBMS_CUBE", line 523
    ORA-06512: at "SYS.DBMS_CUBE", line 486
    ORA-06512: at "SYS.DBMS_CUBE", line 501
    ORA-06512: at "SYS.DBMS_CUBE", line 512
    ORA-06512: at line 2
    Lookin into the code of global_11g_create_cubes.sq it is this command where error happens:
    dbms_cube.import_xml('GLOBAL_INSTALL', 'GLOBAL_MV.XML');

  • How to create a database for sample code from Tutorial/Book?

    I want to try out the sample code from [http://shop.oreilly.com/product/0636920013471.do] for the book SQL Pocket Guide 3rd Ed.
    I have downloaded the oracle vm/appliance for oracle 11g2 and I have started sqlplus as sysdba.
    I'm feeling overwhelmed with these links describing how to create a database:
    [http://www.adp-gmbh.ch/ora/admin/creatingdbmanually.html]
    [http://tldp.org/HOWTO/Oracle-7-HOWTO-3.html]
    [http://www.adp-gmbh.ch/ora/admin/creatingdbmanually.html]
    (1) What is the command to list the existing databases?
    (2) What is the command to delete an existing database?
    (3) When creating a new database with the create database command, is it necessary to specify the logfile, character set, national character set, datafile, sysaux datafile, undo tablespace, temp table space? Do these have reasonable defaults? I'm not sure what proper directories are to specify for Linux and the examples are for windows.
    Can someone give me a simplified create database command to create a database called 3rdEdPocketGuide? Should I follow the example at [http://tldp.org/HOWTO/Oracle-7-HOWTO-3.html] and instead of orcl use 3rdEdPocketGuide?
    (4) What command do I use to execute the script that comes with the book SQL Pocket Guide 3rd Ed? This is the script that has all the drop table, create table and insert commands in it.
    (5) What command do I use in sqlplus to set the current default database prior to running this script? Perhaps this is the connect command? I don't want my script to create tables in the system database.
    (6) I tried the command "connect 3rdEdPocketGuide" and it prompted for a password! Yikes! What password? Do I need to specify a password when I create a database? I cannot tell if I have successfully created such a database or it is just prompting me for a password to thwart malicious users. Is it is possible to create databases which don't require a password or maybe a zero length password?
    Thanks
    Siegfried
    Edited by: user8816970 on Sep 26, 2012 12:01 PM
    Edited by: user8816970 on Sep 26, 2012 12:18 PM

    user8816970 wrote:
    Paul,
    Thanks! I tried changing my profile name to siegfried but I'm not seeing the change...
    Anyway, I'm trying your suggestion to use SQL Developer which was already installed in the virtual box appliance and I cannot figure out how to get a connection.
    When I use the defaults of sid=xe, port=1521, hostname=localhost and specify
    username=sysdba
    password=
    I get status: failure - test failed: listener refursed connection with the following error: ORA 12505, TNS: listener does not current know of sid given.
    So I try sid=orcl and that works better: status: failure - test failed: ORA-01017: invalid username/passowrd; login denied
    OK, sqlplus let me in with out a password, why does not this work?
    So I try checking the box for "OS Authentication" and I get the same error!
    Hoek: I tried searching the documentation and found "3 Exploring Oracle Database with SQL Developer" at http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/toc.htm but following those directions did not help. Can you be more specific? The directions were for a tutorial and I need to know what the passwords are for the database set up with [http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html|http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html] . I also found [http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/tdddg_connecting.htm#CEGHFHIG|http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/tdddg_connecting.htm#CEGHFHIG] but that did not help either.
    Everyone:
    Do I need to create a user using SQL*Plus first so I can login with "Oracle SQL Developer" so I create my database called? What would be the "create user" command I would execute?
    OK, so I run sqlplus and issue these commands
    create user siegfried identified by abc ;
    grant connect to siegfried ;
    connect siegfried/abc;
    Now, how do I create a database? In Microsoft SQL Server one has to create a database first and if you just start creating tables without creating a database first, the tables will be created in the system database and this is usually undesirable.
    Sometimes a database is known in the java connection string as the catalog. Is there any such analog in oracle SQL plus?
    So now what do I do? I want to create a bunch of tables using my script I downloaded from 3rd Ed SQL Pocket Guide. Does my new user "siegfried" have the right to create tables? I guess I could try but I don't want to create tables in the system database.
    I noticed I can also use "Oracle SQL Developer" to connect with my new "siegfried" account. It seems that I should have been able to connect with sysdba... strange.
    So now I am connected in the "Oracle SQL Developer" and I see no list of databases.
    Thanks!
    Siegfried
    >Paul,
    Thanks! I tried changing my profile name to siegfried but I'm not seeing the change...
    Anyway, I'm trying your suggestion to use SQL Developer which was already installed in the virtual box appliance and I cannot figure out how to get a connection.
    When I use the defaults of sid=xe, port=1521, hostname=localhost and specify
    username=sysdba
    password=
    I get status: failure - test failed: listener refursed connection with the following error: ORA 12505, TNS: listener does not current know of sid given.
    So I try sid=orcl and that works better: status: failure - test failed: ORA-01017: invalid username/passowrd; login denied
    OK, sqlplus let me in with out a password, why does not this work?
    So I try checking the box for "OS Authentication" and I get the same error!
    Hoek: I tried searching the documentation and found "3 Exploring Oracle Database with SQL Developer" at http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/toc.htm but following those directions did not help. Can you be more specific? The directions were for a tutorial and I need to know what the passwords are for the database set up with [http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html|http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html] . I also found [http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/tdddg_connecting.htm#CEGHFHIG|http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/tdddg_connecting.htm#CEGHFHIG] but that did not help either.
    Everyone:
    Do I need to create a user using SQL*Plus first so I can login with "Oracle SQL Developer" so I create my database called? What would be the "create user" command I would execute?
    OK, so I run sqlplus and issue these commands
    create user siegfried identified by abc ;
    grant connect to siegfried ;
    connect siegfried/abc;
    above does NOT use SQL*Net to connect to the instance
    >
    Now, how do I create a database? In Microsoft SQL Server one has to create a database first and if you just start creating tables without creating a database first, the tables will be created in the system database and this is usually undesirable.
    Sometimes a database is known in the java connection string as the catalog. Is there any such analog in oracle SQL plus?
    So now what do I do? I want to create a bunch of tables using my script I downloaded from 3rd Ed SQL Pocket Guide. Does my new user "siegfried" have the right to create tables? I guess I could try but I don't want to create tables in the system database.
    I noticed I can also use "Oracle SQL Developer" to connect with my new "siegfried" account. It seems that I should have been able to connect with sysdba... strange.
    So now I am connected in the "Oracle SQL Developer" and I see no list of databases.SQL Developer can only connect to the instance via SQL*Net
    >
    Thanks!
    Siegfrieda database in SQL Server is same as schema/user in Oracle

  • Help : Unable to use Java Beans in Oracle forms 6i

    Hi ,
    I have been trying to run few sample code to understand how to use Java beans in oracle forms 6i .But have been largely unsuccessfull.
    It will be great if somebody can provide me with some simple form( and java code )which uses java beans concept to give some data to the java program and receive some data from it . Pls inform me about the settings that need to be done.
    If you guys know it then pls take the pains of writing a simple form and java code.
    i hope somebody will respond because your reply is very necesary for me to proceed.
    U can email me the code > [email protected]
    Thanks in advance.

    Thanks for your reply Francois.
    Actually i am not facing problem understanding the programming technique.
    I think the problem at my end is more of a cofiguration one.I am using forms version 6i
    on oracle 8.
    Every time i set the imlementation class property of the bean area it gives an error 13010 which translates to that "the class being mentioned is not extending the IView class".
    The class i have written extends VBean so i am not sure why this error is occuring.
    I think if oracle (correctly) finds the java class to use then i will be able to proceed.
    Pls reply.
    If you have some code that is working fine then pls send it to me.And also inform is some environment variables have to be set for its use.

Maybe you are looking for