In which Oracle version is that possibile?

I've tried to create these procedure that I've found.
CREATE OR REPLACE PROCEDURE genlookup (tab IN VARCHAR2, col IN VARCHAR2)
IS
BEGIN
pl ('CREATE OR REPLACE FUNCTION ' || l_ltab || '_row_for (');
pl (' ' || l_lcol || '_in IN ' || l_ltab || '.' || l_lcol || '%TYPE)');
pl ('/');
END;
but I get a compilation error:
PLS-00201: identifier 'PL' must be declared
In which version is the PL istruction available?
I've got Oracle 8i.
My target is to write a procedure that having in Input N tables is able to autogenerate coding of a "select from where" putting in join the N tables by using ALL_DEPENDENCIES table so as to create queries automatically.
The site where I've found the above create procedure, let see that by giving after comlipation "exec genlookup" you get the CREATE OR REPLACE FUNCTION well formed, but as in my case 'pl' istrucion doesn't work, should I create one row of code a time and put it in a varrray and make dbms_out.put_line reporting the whole select or you have any smart way to do it?
Thanks!

PL (Feuerstein) en P (Kyte) procedures are usually wrappers around dbms_output, in order to save you from typing dbms_output.put_line constantly.
See:
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1288401763279 for an example of P. Just copy ity and call it PL instead of P

Similar Messages

  • Which Oracle version required for MDM 5.5 SP05

    Hi guys,
         I do have MDM 5.5 SP05 but which Oracle version is required or which is strongly recommended by SAP.
    I am having Oracle 10g will that work efficently or let me know if any other version is needed or any other patch is needed with this version.
    Please do suggest...............

    hi Tejas,
    have a look at "oracle DBMS" section
    of this doc:
    https://websmp209.sap-ag.de/~sapidb/011000358700000271882007E
    it mentiones that there are some problems with 9.2
    but 10g should be ok (from this doc)
    <b>for recommended parameters on oracle 10g have a look at
    SAP note : 830576 </b>
    is that what you're looking for?
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Which Oracle Version to D/L?

    I am so frustrated.
    I don't know which oracle version to download.
    I have oracle enterprise 9i, but it doesn't have formsbuilder, jdeveloper, query builder etc...
    a frienf of mine recently d/l oracle9i, I don't know which ver, but he said it came with
    all of the above.
    My problem is this, I could go and download all of the above seperately..but do you how much
    Gigs, that's gigabytes of HDD space this will take up?
    Right now oracle is consuming a whopping 2 gigs+ of HDD space.
    If I download the collaboration suite, it's another Gig for d/l and who knows how big after decompression.
    I feel strongly about now wasting another full 2 gigs of space...
    my aquantence, rather, not really a friend, his oracle installation is only taking up 1.8+ gigs of space.
    Why the drastic Difference?
    I am wondering if anyone here knows of a decent d/l that contains all of the oracle software:
    SQl*Plus, Form Builder, Query Builder, Jdeveloper etc... in one single package?
    thank you for your time.

    This is not a FAQ. Please do not use the FAQ type unless you are posting the answer to a commonly asked question.
    Forms, Reports, etc comes in the Oracle 9i Developer Suite. This is available for download from OTN. Follow Downloads > Developer Suite. They are separate downloads because they are aimed at different communities. Many people who want the database - DBAs, PL/SQL app programmers - have no interest in Forms, etc. Conversely many pople who want the development tools don't want to install a database on their desktop.
    I don't know how big the 9iDS zip is, but the total installation eats up about 1.9 gigabytes. This is a corollary of Parkinson's Law: software expands to fill the hard disk storage available.
    Cheers, APC

  • SpeechMining and SpeechIndexing, which Oracle Version ??

    Hi ,
    I tried to install the option Speech Mining.
    I can not Create or replace an existing Type example. ORDAudio. So how can I install this Package.
    If I drop and recreate the Type something missing to create an Index and in Ordplugins near everthing is Invalid .:-(((
    I tried it whith 9.2 on w2k
    So my question is : Does This Option Work ??? under which Oracle Version ??? Which Patch ???...........
    Thanx

    This option is for partners with speach recognition engines that want to integrate with InterMedia. Oracle does not provide speach recognition capabilities.
    Please contact the product manager [email protected] . He will be able to arrange for help with your issue when we understand your application.
    Larry

  • Which Oracle version for analytic sql?

    Can anyone tell me from which Oracle version on there exists the "analytic sql"?
    Thanks!

    Hi,
    Mark1970 wrote:
    Can anyone tell me from which Oracle version on there exists the "analytic sql"?
    Thanks!Analytic functions (that is, functions using the OVER keyword, such as
    RANK () OVER (ORDER BY hiredate)) were introduced in Oracle 8.1
    (It's no coincidence that in-line views were introduced around the same time, since so many uses of anaytic functions require sub-queries.
    In-line views were first documented in Oracle 8.1, but they worked in Oracle 8.0.)

  • Which Oracle version can i install on Windows 7 home premium edition?

    Hi,
    Can anyone please let me know Which Oracle version can i install on Windows 7 64 bit home premium edition?
    Thanks in Advance,
    Arun Kumar.
    Edited by: 884258 on Sep 9, 2011 6:21 AM

    Oracle database compatible for windows 7
    Already asked and answered in these forums - pl use the search feature
    HTH
    Srini

  • How to know which Oracle version database I am using ?

    Hi all,
    I am configuring an administrative file on the server and there are many databases in our company : there are Oracle8i, Oracle9i and Oracle 10g databases.
    What I know only is the connect string which I use to connect to a database via Sql*Plus. But I do not know if it is in 8i or 9i or 10g.
    So can you help me how to know the database version which I am using ?
    Thank you very much indeed.

    To be clear I tell you my big problem : I am developing a forms application. There is a specification in my project telling that if the end-user does nothing during a periode of time which can be set by an administrative user , say 3 minutes , then the end-user session is disconnected. So how to implement this ?
    I tried to use profile and the sqlnet.expire_time but it is too long greater than the set time-limit !
    So what is the best way to implement this functionality ?
    Note that in my forms application, I wrote a query on the dba_profiles view to get the value of the column limit for the resource_name idle_time. All users , that is the "public" keyword , have been granted select on dba_profiles by sys , and this value of the limit column is the time-limit I used in my forms. When the forms application is run then there is a timer created which periodically tests connection to the database by issuing a simple select statement. The periodicity of the timer is set to the value of the limit column in dba_profiles plus one minute because I set sqlnet.expire_time to 1 minute. When the disconnection arrives then there should be a message displayed to the end-user saying that he cannot do anything because his session has been stoped.
    I think I was clear and I am waiting for a good advice from all of you.
    Thank you very much indeed.

  • Which Oracle Version or Product to download and install for Personal Use

    Hi everyone,
    I hope all of you is well.
    I would like to work on SQL and PL/SQL on Oracle software for a personal training at home. I would like to practice and improve my coding on Oracle. Regarding this, which FREE latest version of Oracle should I download into my computer?
    I really appreciate your help from now on.
    Many thanks
    Pnouma

    Welcome to the forum.
    As long it is for personal use only, you can basically download whatever it is you need.
    See:
    "Developers:
    *All software downloads are free, and most come with a Developer License that allows you to use full versions of the products at no charge while developing and prototyping your applications, or for strictly self-educational purposes.* (Unless otherwise specified, our technical support organization will not provide technical support, phone support, or updates to you for the programs licensed under this agreement.) You can buy products with full-use licenses at any time from the online Store or from your sales representative."
    http://www.oracle.com/technetwork/indexes/downloads/index.html?ssSourceSiteId=ocomen

  • How to tell which Oracle version installed 32bit or 64bit

    I have Oracle Database 8.1.7 running on AIX 5.2 server.
    How could I tell which version of Oracle Installed 32bit or 64bit?

    I have Oracle Database 8.1.7 running on AIX 5.2
    server.
    How could I tell which version of Oracle Installed
    32bit or 64bit?Look at the banner displayed in sqlplus when you log in, or else.
    SYS @ db11g >select banner from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - ProductionYes it's 11g but that doesn't matter here - in fact this is my old 'what version is it' script the newer one looks at dba_registry. If it's 64bit it will say in the Database line, if it's 32bit it won't say.
    Niall Litchfield
    http://www.orawin.info.
    Message was edited for clarity by:
    Niall Litchfield

  • Which oracle version can i install in windows 7 home premium

    Please suggest
    Thanks

    Hi;
    If you want to install oracle 10gR2 to win7(you cant make installation on home version,you can try but its your risk) For win7 installation follow below:
    http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b14264/toc.htm#CJAICEJA
    part:4.3 Installing Oracle Software on Windows 7
    For r11gR2 check
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10876/toc.htm#BABEHGHH
    part:3 Software Requirements
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Regard
    Helios

  • Report builder with Oracle Version

    Hey every one
    I would like to know that which oracle version comes with Report Builder?
    ..Enterprise...Developer or standard???
    Thank you

    Reports comes with the Oracle PL/SQL compiler, no database. You can check versions by going to help->About Reports Builder. There is no Enterprise, Developer or Standard version.

  • Upgrade oracle version 10.1.0.4 to 10.2.0.2 or 10.2.0.4

    Hello,
    We are planning an upgrade of our CRM platform (CRM 5.0) with oracle version 10.1.0.4 to CRM 2007.
    I was wondering which oracle version i would upgrade to : 10.2.0.2 or 10.2.0.4 ?
    What do you guys think is the best/stable version ?
    Thanks for your answers.
    Rgds,
    Marc.

    Hello Marc,
    i think you are mixing up two things
    10.1.0.4 = 10g R1 with Patchset 4
    10.2.0.2 = 10g R2 with Patchset 2
    10.2.0.4 = 10g R2 with Patchset 4
    So you always upgrade from 10g R1 to 10g R2 .. and then is the question which Patchset for 10g R2.
    I would use 10gR2 with Patchset 4, because there are some nice features and not so many bug fixes to apply.
    Regards
    Stefan

  • Oracle version on solaris 10

    Hi,
    Which oracle version we can install on solaris 10, execpt oracle 10g?
    Thanks.
    Best Regards.

    Hi,
    Solaris 10 on which platform (runs on SPARC,x86,x86-64)? Anyway, the answer is simple: On SPARC runs
    Oracle Database 9iR2 (with 9.2.0.6 Patchset) for Sun Solaris SPARC32
    Oracle Database 9iR2 (with 9.2.0.6 Patchset) for Sun Solaris SPARC64
    Oracle Database 10gR1 (with 10.1.0.3 Patchset) for Sun Solaris SPARC64
    10gR2 Database for Sun Solaris SPARC64
    and on x86 runs only 10gR1 and higher.
    Regards
    Werner

  • Which XSLT versions are support by Oracle BPEL? v1.1  or v2.0?

    Which XSLT versions are support by Oracle BPEL? v1.1 or v2.0?
    As far as I heard v1.1 is the highest version but some functions of v2.0 are supported as well.
    Is this true?
    If yes: Which XSLT functions of v2.0 are supported?
    Does it matter if I change the
    version="1.1"
    attribute in the topmost
    <xsl:stylesheet......>
    tag?
    Which XSLT processor is built-in/used?
    Peter

    XSL mapper in BPEL supports 1.0 only in-built. And this is true for 11g also. However, we can declare <xsl:stylesheet version = 2.0 ... and use all xpath 2.0 functions. I have used few of them and has been successful so far. Once you declare version as 2.0 the only issue will be that XSL's visual GUI mapper will not work in JDeveloper and you will need to modify the code from the source.

  • W2k8 is 32-bit,which oracle 10g version should be installed?

    Hi everyone,
    I am a new DBA. Now I will install Oracle 10g on w2k8. I found w2k8 is 32-bit system, i am wandering which oracle 10g version I should install?
    Thanks!

    Go to http://www.oracle.com/technology/software/products/database/index.html
    Note that Windows 2008 explicitly is listed against 11.1.0.7
    Therefore, you can assume that 11.1.0.7 is the first that definitely supports W2008.
    And you can assume that anything older than that line is definitely not supported.
    And if it is not supported (as is the case for 10g), you can assume that you will run into some kind of problem either during installation or (worse) at some unknown time later.
    You can probably find some workaround to make it appear to work. Which is fine ... it's your job. (At least until it stops working.)

Maybe you are looking for

  • No sound on audiotrack, please help!

    Can record a guitar track, then create a new track with record enabled, and play while the first track is playing... no sound. meters are picking it up but can not monitor. I must have hit something.. I have been using the program for a 2 years - nev

  • Using a PL/SQL function in SQL

    Hello I wrote a function in pl/sql that create a table and return the name of the table as varchar2. The function is AUTONOMOUS TRANSACTION. I want to write a SQL that in the �FROM� section will call the function. The SQL will take the name of the ta

  • Camera Raw Update for Nikon D610???

    Am new to Photoshop CS6.  Just got a new camera, the Nikon D610 and now see that Camera Raw does not support the 610.  What do I do?  Is there an update? Thank you.

  • Updating Warehouse Infor via DTW

    Hi, I'm having some diffuclties in updating my warehouse info particularly the warehouses average price per item. Example: Item.txt has RecordKey         ItemCode 1                          A1 2                          B1 3                         

  • Is it possible to display a native pdf document in AIR?

    I'm not that familiar with AIR but i was wondering if it's possible to display a native pdf document in AIR.  If so are any add-on's required or does AIR have that capability built in.  Essentially I would be trying to create a pdf viewer in that all