PL/SQL with oracle 8i lite

Could any of you folks please let me know if i can work with pl/sql commands on oracle 8i lite and if not then is there any other ways so as to, i can work on triggers, procedures and access the pre-defined tables.
reply to the above would be much apprecaited.
cheers
Rodeo

as you exprimented triggers & procedures, Expriment PL/SQL also

Similar Messages

  • JBO-26061 with Oracle 8i Lite.

    Hi:
    I am using J Developer3.1 with Oracle 8i Lite.
    I created the business objects.
    Tested the business objects using the Application tester. Every thing works fine.
    Create a Java Form add Connection inoformation and record set's and all the relationships. Every thing worked fine.
    After compileing Both projects tried to run the form and I am getting DAC-405 and JBO-26061. Error. I do have deploy user id password checked on the connection manager.
    First Qestion? Where do I change the Oracle8i connect string to use a 3 part connection syntax. (Is this the problem)

    as you exprimented triggers & procedures, Expriment PL/SQL also

  • Forms6i connectivity with oracle 10g Lite Edition

    Dear Sir,
    how to connect forms6i with oracle 10g lite edition
    Can you tell me the step by step procedure?
    Regards
    Mukesh Sharma

    Hello,
    look at this thread: connecting form 6i  to oracle database 10G express edition
    and this one: Re: Forms 6i on Oracle 10g UTF8 - Problem solved
    If my answer is helpful, please click on helpful/correct. :)

  • Problem sync Satellite Forms data with Oracle 8i Lite through iConnect Consolidator.

    I receive following exception in the hotsync log:
    java.lang.Exception: Compose raw metadata not implemented for SMSE
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.lite.sync.palm.SMRL4PRecord.composeRawMetaData(SMRL4PRecord.java:126)
    at oracle.lite.sync.HeliosSession.<init>(Compiled Code)
    at oracle.lite.sync.HotSyncSession.RunTime(Compiled Code)
    OK Oracle with 1 message(s)
    This is when I after installed the satellite forms performes a sync.
    I use PalmV with PalmOS 3.3, performes the sync with HotSync through iConnect Consolidator for Oracle 8i Lite 4.0.0.2.0
    In the Satellite Forms App Designer I have check the Oracle Lite option in the property form.
    This happends for both the sample forms and the one I have created.
    I use the Satellite Form 3.0 beta 2, is there a new release and where can I find it ?
    Anyone with any ideas to solve this ?
    Thanks in advance !
    /Patrik

    Hello Patrik,
    Did you resolved this problem ? I have the same error message. Please, let me know what i can do.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Patrik Strid ():
    I receive following exception in the hotsync log:
    java.lang.Exception: Compose raw metadata not implemented for SMSE
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at oracle.lite.sync.palm.SMRL4PRecord.composeRawMetaData(SMRL4PRecord.java:126)
    at oracle.lite.sync.HeliosSession.<init>(Compiled Code)
    at oracle.lite.sync.HotSyncSession.RunTime(Compiled Code)
    OK Oracle with 1 message(s)
    <HR></BLOCKQUOTE>
    null

  • Problems generating a JSP using J Developer 3.1 with Oracle 8i Lite

    I am using Oracle 8i Lite release 4.0.0.2.0 with Jdeveloper 3.1 (build 681) on a NT Workstation 4 (build 1381: Service Pack 3).
    In JDeveloper I have set up the connections using the JDBC driver to Oracle 8i Lite JDBC. The ODBC Source is set to POLITE. The Test connection returns SUCCESS!
    I create a new project using the Business Components JSP Application Wizard. This allows me to successfully create the new Business Components required. In step 4 (of 6 ) of the Business Components JSP Application Wizard (Connection), no connections are available for selection via the dropdown and the Username, Driver and URL are all set to ?
    I cannot create a new connection that I can use in this step either.
    I have followed the set up as documented for Oracle 8i Lite.
    I am sure that I am missing something simple.
    Any ideas ?
    Thanks,
    Ketan.

    Use Jdeveloper 3.2

  • ORA-06502: PL/SQL with Oracle XE (not with sqldeveloper)

    I have this error message with Oracle XE whereas I have no message at all with the same request if I use sqldeveloper.
    It seems that the error happens when there is too many information returned by the request. If I add a "where" to select less rows, I don't have the error anymore.
    Do you know how I can solve this problem?
    Thanks in advance for your answers.
    Richard

    The problem is happening again.
    When it happens, if I quit and I start again Oracle XE, the problem does not happen at first, but happens again after a while (the duration before the error is not always the same). If I increase the number of lines that are printed for the result of a request, I can induce the error; if I decrease the number of lines, the error is not happening.
    Here is one of the request (that request returns about 5000 rows) that cause the error, and the complete error message:
    ORA-06502: PL/SQL : erreur numérique ou erreur sur une valeur: tampon de
    chaîne de caractères trop petit
    Translation: buffer for the strings is too small.
    select code_pers, nom, prenom, titre, sexe,
    date_naissance, pays_nationalite.code_pays_iso,
    fonction_institution, code_institution,
    complement_adresse_institution, complement_tel_institution,
    adresse1_perso_debut, adresse2_perso_rue, adresse3_perso_zip_ville,
    pays_adresse.code_pays_iso,
    tel_perso, email, site_web, fax,
    lower(substr(langue_courrier, 1, 2)),
    case
    when (adresse_courrier_preferee = 'P') then 'p'
    when (adresse_courrier_preferee = 'I') then 'i'
    else null
    end,
    contact_rapide, discipline,
    case
    when (voeux = 'Vrai') then 'o'
    when (voeux = 'Faux') then 'n'
    else null
    end,
    nb_plaquettes, nb_affiches, date_modif
    from personne2 join pays2 pays_nationalite
    on personne2.nationalite = pays_nationalite.NOM_PAYS
    join pays2 pays_adresse
    on personne2.pays_perso = pays_adresse.NOM_PAYS

  • Generate ANSI SQL with Oracle IKM

    Is it possible for ODI to generate ANSI SQL with the Oracle IKM?
    I have used ANSI joins in a filter in an interface, now when I run the interface I get the error: ORA-25156: old style outer join (+) cannot be used with ANSI joins.
    I would prefer to use ANSI joins in my filters instead of the old style (+) syntax. Is this possible?

    Sure,
    Go to topology, edit your Oracle technology , on SQL tab change it over to ordered joins - clause location - From , you can specify the keywords left join, right join, full outer join etc to get rid of your '(+)'

  • Forms 6i or forms 10g connectivity with oracle 10g Lite

    Hi,
    We have install oracle 10g lite db on our PC (Windows XP professional), but we are unable to connect to forms 6i and report 6i.
    Can you please tell us how can we connect oracle 10g lite db to forms & reports 6i?
    Thanks
    Omprakash

    Welcome to the OTN Forums. Before posting anything else, please read the following:
    http://blogs.oracle.com/shay/2007/03/02/

  • Problem with Oracle 8i Lite & Forms 6i

    I have Oracle8i installed on Windows 2K and can connect to the database by using SYSTEM, ANYPASSWORD and ODBC:POLITE as the Host String. When I installed Forms6i, I have problem connecting to the database. No error messages, just could not connect with the same username and host string. Can any body help!
    Thanks, Sunday

    Hi,
    I'm runing Oracle8i Lite in windows ME, and I do get the an error saying that the server is too low for this feature, but I get the SQL prompt right away after that. Maybe u should configure the password in the Oracle 8 Navigator, by selecting the new Object icon, and then register your new Database connection.
    Good luck

  • Is it possible to use Oracle Forms 10g with Oracle 10g Lite Database?

    Hi All,
    We are in process of migrating our forms from 6i to 10g environment.
    We have two kinds of applications, one set run on general Oracle 11g database and the other set of forms run at the client machine using Oracle lite database.
    We dont have any problem with Forms 6i to connect to Lite database as it allows to connect through ODBC:DSN names. When we try to connect to a lite database (10gR3) from Forms 10g through ODBC/DSN, it's not allowing and throwing the below error.
    ORA-03121 : no interface driver connected - function not performed
    Can someone tell me if there is something wrong in our approach? Also advise how to use Oracle Lite database with Forms 10G.
    Sincerely,
    Praveen Manthena

    Hi,
    I have experience with 6i with lite database 10g. There are two version of lite database one is multi language support and other one in english. There lang problem in connectivity with multi language 10g lite database. I done connectivity with single language connectivity of 6i with 10g lite database. You should try this one with forms 10g.
    Regards,
    Naveed Ali

  • Debugging a PL/SQL with Oracle SQL Developer

    I am trying to debug pl in Oracle SQL Developer, have looked in
    http://www.oracle.com/technology/obe/11gr2_db_prod/appdev/sqldev/plsql_debug/plsql_debug_otn.htm#t5
    and there are not enabled the options "Data", "Smart Data", etc someone knows why?
    thank you.

    In the log windows, when debug, show tihis:
    Conectando a la base de datos OPAVID - Inventariado.
    Ejecutando PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Ejecutando PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '10.240.193.202', '2310' )
    Later, 1 min.
    show this
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    El proceso ha terminado.
    Desconectando de la base de datos OPAVID - Inventariado.
    so, do you think, the problem is a firewal, i can´t verify this.

  • Using arguments to invoke an excel method from PL/SQL with Oracle COM

    Hello Gentlemen,
    I has been trying to export an excel sheet to a PDF file format using “ExportAsFixedFormat” method, with no success or error message.
    Moreover, I tried to use “PrintOut” method, if I use it with no parameters/arguments it executed without errors and display the sheet to an application installed in my PC (“SnagIt”), if I try to use it with an argument to assign a printer for it, I got this error message “PrintOut method of Workbook class failed xlmain11.chm”.
    I believe I have a problem with using arguments, and I don’t know how to use it in a proper way; the code I used is listed below for your review and your kind help, thank you a lot, and I appreciate so much your helpful feedback.
    Best regards,
    Nabil
    List 01 – using “ExportAsFixedFormat” method
    ==============================
    ORDCOM.InitArg();
    ORDCOM.SetArg('xlTypePDF','XlFixedFormatType');
    ORDCOM.SetArg('E:\ TestDelete.pdf','BSTR');
    ORDCOM.SetArg('xlQualityStandard','BSTR');
    ORDCOM.SetArg('True','BOOL');
    ORDCOM.SetArg('False','BOOL');
    ORDCOM.SetArg('True','BOOL');
    dbms_output.put_line('WorkSheetToken................WorkBookToken........'||WorkBookToken);
    i := ORDCOM.Invoke(WorkBookToken, 'ExportAsFixedFormat', 6, DummyToken);
    List 02 – using “PrintOut” method:
    ======================
    ActivePrinter := 'Macromedia FlashPaper';
    ORDCOM.InitArg();
    ORDCOM.SetArg(activeprinter,'BSTR');
    i := ORDCOM.Invoke(WorkBookToken, 'PrintOut', 1, DummyToken);

    Hello,
    Any help please? I believe I have a problem with using arguments, and I don’t know how to use it in a proper way; the code I used is listed above for your review and your kind help, thank you a lot, and I appreciate so much your helpful feedback.
    Best regards,
    Nabil

  • Delete Parameter with Oracle Database Lite API Specification

    Hi,
    Is there any function or way to remove a parameter with a API function?
    Regards

    Is this subscription parameter causing a problem?
    unless the subscription parameter name is referenced in the select statements for any of the publication item definitions, it will be ignored by the processing as the subsetting parameters are just used to supply values for bind variables at query time
    If you have other valid subsetting parameters for the user, then try (if all your set up is done via APIs and you do not have an APPLICATION, only a PUBLICATION, this may not work)
    1) go into the mobile manager > users
    2) search for user name, and click on the link under the user name
    3) go to subsetting parameters and pick a valid one
    4) select the data and do cntrl C cntrl V (cut and paste)
    5) press the save button
    The above has the effect of resetting the user account, and refreshes sequence values, c$all_client_items etc.
    If you can do the above steps, but this does not remove the subsetting variable, you should be able to go to it and set the value to NULL
    I do not think that there is a delete function due to the dependancy to the select statements which would be complex to validate

  • Oracle 8i Lite and XML SQL Utility

    Can I use XML SQL Utility with Oracle 8i Lite
    using the Oracle 8i Lite Driver
    null

    There will be an version of the XML SQL Utility appearing here shortly. In the meantime you can download the current version of the XSQL Servlet which has the new v2 compatible oraclexmlsql.jar.
    Oracle XML Team

  • Oracle 8i Lite Start up

    Hi everybody,
    I've windows/2000 pro installed on my m/c. The client version of it.
    I'm using this m/c to surf the net and do some MS Acesses development and VB development. Now, I'm trying to do something with Oracle 8i Lite. I've received oracle 8i Lite Version 4.0.0.2.0 for Micorosoft Windows NT from Oracle corp in CD.
    I installed this software in my machine.
    When I had Oracle 7 a year or long back, after the installation, I had start and stop icons to start the database and stop to shut down the database, but oracle 8i is not like that.
    Now, I dont know how to start or configure the oracle db, and access the db using sql*plus so that I can create some stored procedures and call them from Sql*plus.
    Could somebody throw some ideas to understand this Oracle 8i lite version.
    Regards,
    Suresh
    null

    You will have to be a bit more specific about the error messages you get. Did you start the database and listener?

Maybe you are looking for

  • Adobe Acrobat Pro crash

    I have an iMac OSX (version 10.9.2).  Adobe Acrobat Pro crashes every time I try to use the "find" function.  Anyone else have this issue?

  • Fade effect causes audio popping

    Hello, I have had a recent issue with iMovie which is only getting worse. Whenever I use the video effect of either fade in or fade out, there is a popping sound which get written into the audio track. I have tried various fixes but nothing seems to

  • If your preview/capture settings work, then the don't, try this.

    Long story short, I've posted numerous times with capturing problems. What worked Friday night didn't work tonight - I had shut down the system over the weekend. In order to preview and capture again, I had to open a QT movie and play a bit. I kept Q

  • How to move all videos out of Aperture and in to iMovie?

    I have a MacBookPro with a 240 GB SSD for OSX, apps, etc. and a secondary itnernal HD that is 1TB. Remaining space as of today: 240GB SSD = 130 GB free 1TB HD = 103 GB free My Aperture library (managed) resides on the 1TB and measures 139 GB on disk.

  • Delete email in icloud

    When I log into my icloud account, an email account shows up that belongs to my son. How do I delete his email address??