What are Oracle in built  Packages

I was talking with a friend today and out of the blue he asked me "Besides select, insert, delete, updates and e.t.c which is common in Oracle PL/SQL, what Oracle in built packages have I used?" I did not have an answer.
So what are Oracle in built Packages?
Thanks

There are some wonderful documents - in Oracle9i titled "Supplied PL/SQL Packages and Types Reference" and "Supplied Java Packages Reference" that provide details about the packages Oracle has made available.
In addition, every function you call in a SELECT, INSERT, UPDATE or DELETE - such as trim, to_char, substr, etc. is part of package STANDARD

Similar Messages

  • What are the components & support package levels required in 4.7 to extract

    Hi All,
    In my landscape we have ECC 6.0 and 4.7EE, as of now we are extracting data from ECC 6.0 to BI 7.0.Now we have requirement to extract data from 4.7EE.
    Could you please suggest me what are the components & support package levels required in 4.7 to extract data from BI 7.0 
    i am copying current compnents and support package level below
    SAP_BASIS            620        | 0065  | SAPKB62065           | SAP Basis Component                                         |
    SAP_ABA              620        | 0065  | SAPKA62065           | Cross-Application Component                                 |
    SAP_APPL             470        | 0025  | SAPKH47025           | Logistics and Accounting                                    |
    SAP_HR                 470        | 0113  | SAPKE470B3           | Human Resources             
    ABA_PLUS            | 100        | 0009  | SAPKGPBA09           | PLUGIN ZU ABA_PLUS                                          |
    EA-IPPE                  200        | 0013  | SAPKGPIB13           | EA-IPPE 200 : Add-On Installation                           |
    PI                   | 2004_1_470 | 0001  | SAPKIPZI51           | R/3 Plug-In (PI) 2004.1 for R/3 Enterpri                    |
    PI_BASIS             | 2004_1_620 | 0003  | SAPKIPYI53           | Basis Plug-In (PI_BASIS) 2004_1_620                         |
    ST-PI                | 2008_1_620 | 0000  |      -               | SAP Solution Tools Plug-In                                  |
    EA-APPL              | 200        | 0007  | SAPKGPAB07           | SAP R/3 Enterprise PLM, SCM, Financials                     |
    EA-DFPS              | 200        | 0007  | SAPKGPDB07           | SAP R/3 ENTERPRISE DFPS                                     |
    EA-FINSERV           | 200        | 0007  | SAPKGPFB07           | SAP R/3 Enterprise Financial Services                       |
    EA-GLTRADE           | 200        | 0007  | SAPKGPGB07           | SAP R/3 Enterprise Global Trade                             |
    EA-HR                | 200        | 0011  | SAPKGPHB11           | SAP R/3 Enterprise HR Extension                             |
    EA-PS                | 200        | 0007  | SAPKGPPB07           | SAP R/3 Enterprise Public Services                          |
    EA-RETAIL            | 200        | 0007  | SAPKGPRB07           | SAP R/3 Enterprise Retail            
    Thanks & regards
    Mani.
    Edited by: manohar kumar on Nov 18, 2010 7:36 AM

    Hi,
    As far as my view there is no  such dependancy as our customers are running  in same Environemnt (R/3 4.7 EE and BI 7.0) .
    Are you facing any problem durng extraction or its just a proactive approarch .
    I hope extraction will work with your current landscape.
    Regards,

  • What are oracle trace errors?

    hi i need to understand what are oracle trace errors? pls help me out.

    Hi,
    Oracle Trace is a general-purpose event-driven data collection product, which the Oracle server uses to collect performance and resource utilization data, such as SQL parse, execute, and fetch statistics, and wait statistics.
    one more thing this is oracle specific information, this forum is for SAP installation related so it is better for you that ask such question on oracle specific forum
    regards,
    kaushal

  • What are Oracle ACE?

    What are Oracle ACE?
    How to get an Oracle ACE title?

    Well, this is not soem thing that you can "achieve" but this is some thing that you have to "Earn".
    I guess, APC's this blog post is the best when it comes to teh question,how to become an ACE.
    http://radiofreetooting.blogspot.com/2006/07/on-becoming-ace.html
    HTH
    Aman....

  • What are best practice for packaging and deploying j2EE apps to iAS?

    We've been running a set of J2EE applications on a pair of iAS SP1b for about a year and it has been quite stable.
    Recently however we have had a number of LDAP issues, particularly when registering and unregistering applications (registering ear files sometimes fails 1st time but may work 2nd time). Also We've noticed very occasionally that old versions of classes sometimes find their way onto our machines.
    What is considered to be best practice in terms of packaging and deployment, specifically:
    1) Packaging - using the deployTool that comes with iAS6 SP1b to package is a big manual task, especially when you have 200+ jsp files. Are people out there using this or are they scripting it with a build tool such as Ant?
    2) Deploying an existing application to multiple iAS's. Are you guys unregistering old application then reregistering new application? Are you shutting down iAS whilst doing the deployment?
    3) Deploying ear files can take 5 to 10 mins, is this normal?
    4) In a clustered scenario where HTTPSession is shared what are the consequences of doing deployments to data stored in session?
    thanks in asvance for your replies
    Owen

    You may want to consider upgrading your application server environment to a newer service pack. There are numerous enhancements involving the deployment tool and run time layout of your application that make clear where you're application is loading its files from.
    If you've at a long running application server environment, with lots of deployments under your belt, you might start to notice slow downs in deployment and kjs start time. Generally this is due to garbage collecting in your iAS registry.
    You can do several things to resolve this. The most complete solution is to reinstall the application server. This will guarantee a clean ldap registry. Of course you've got to restablish your configurations and redeploy your applications. When done, backup your application server install space with the application server and directory server off. You can use this backup to return to a known configuation at some future time.
    For the second method: <B>BE CAREFUL - BACKUP FIRST</B>
    There is a more exhaustive solution that involves examining your deployed components to determine the active GUIDS. You then search the NameTrans section of the registry searching for Applogic Servlet *, and Bean * entries that represent your previously deployed components but are represented in the set of deployed GUIDs. Record these older GUIDs, remove them from ClassImp and ClassDef. Finally remove the older entries from NameTrans.
    Best practices for deployment depend on your particular environmental needs. Many people utilize ANT as a build tool. In later versions of the application server, complete ANT scripts are included that address compiling, assembly and deployment. Ant 1.4 includes iAS specific targets and general J2EE targets. There are iAS specific targets that can be utilized with the 1.3 version. Specialized build targets are not required however to deploy to iAS.
    Newer versions of the deployment tool allow you to specify that JSPs are not to be registered automatically. This can be significant if deployment times lag. Registered JSP's however benefit more fully from the services that iAS offers.
    2) In general it is better to undeploy then redeploy. However, if you know that you're not changing GUIDs, recreating an existing application with new GUIDs, or removing registered components, you may avoid the undeploy phase.
    If you shut down the KJS processes during deployment you can eliminate some addition workload on the LDAP server which really gets pounded during deployment. This is because the KJS processes detect changes and do registry loads to repopulate their caches. This can happen many times during a deployment and does not provide any benefit.
    3) Deploying can be a lengthy process. There have been improvements in that performance from service pack to service pack but unfortunately you wont see dramatic drops in deployment times.
    One thing you can do to reduce deployment times is to understand the type of deployment. If you have not manipulated your deployment descriptors in any way, then there is no need to deploy. Simply drop your newer bits in to the run time space of the application server. In later service packs this means exploding the package (ear,war, or jar) in to the appropriate subdirectory of the APPS directory.
    4) If you've changed the classes of objects that have been placed in HTTPSession, you may find that you can no longer utilize those objects. For that reason, it is suggested that objects placed in session be kept as simple as possible in order to minimize this effect. In general however, is not a good idea to change a web application during the life span of a session.

  • [SOLVED] What are Git-type AUR packages?

    I read the ArchWiki Entry on Git, but I still don't really understand what it is in terms of Aur packages.
    I've seen this a couple of times, where there's a second git version of a package in AUR. For example, when I type 'prey' into Yaourt, I get a couple of results, among them:
    3 aur/prey-git 20100424-1 (5)
        Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen.
    4 aur/prey-tracker 0.6.0-1 (100)
        Remote tracking and monitoring application for laptops, smartphones, and other electronic devices
    Either would install Prey on my computer, right? What are the differences and/or benefits of either?
    Last edited by Winston-Wolfe (2013-06-06 11:11:27)

    https://aur.archlinux.org/
    Statistics
    Packages     42851
    Orphan Packages     9729
    Packages added in the past 7 days     126
    Packages updated in the past 7 days     1052
    Packages updated in the past year     17219
    Packages never updated     10679
    Registered Users     46348
    Trusted Users     34
    x33a wrote:As someone mentioned on the forums recently, people should at least abandon the packages so others can take over.
    You can always e-mail the maintainer and if you don't get a response in two weeks, ask on the AUR ML to take that package over.
    In the meantime you can post a link to the updated PKGBUILD etc. in comments on the AUR page of that package.
    As with my posts, quantity != quality ;P

  • What are the system built exceptions in function modules?

    Hi Experts,
    When we are creating the function module in se37 without exceptions ,but system  will assign  2 default exceptions? what are the those exceptions? please provide the information on this issue.
    Thanks,
    Srinivas.

    Hi,
    The system raises exceptions
    1) COMMUNICATION_FAILURE and
    2) SYSTEM_FAILURE  by default.
    Regards,
    Lokeswari.

  • What are some good Plugin packages for Logic - must be Leopard Compatible

    I'm new to Logic, heck, Mac in general. On my PeeCee I used Nuendo v.1 and had the Waves Diamond Bundle. I'm looking for something with comparable abilities that's Leopard compatible. Also, I really can't afford the Waves stuff at this point, price is a HUGE consideration for me.
    I'm seriously considering going to Logic Studio (use Express right now) to gain the multitude of instruments and Plugins. In your experience, are the plugins included in Logic Studio good enough that I'd get what I need using them and not have to find another package (for the time being at least)?
    Thanks in advance for your help!

    There aren't any classes in the API to do that, but there are 3rd party libraries that can do that. Just google.
    Kaj

  • What Are Some Good API Packages For Bar Code Scanners?

    Hi,
    I am trying to write a program where a user can scan a bar code on a part and it's information will be matched on our database and retrieved from there. My main problem is finding a good package and method to take bar code scanner inputs on a desktop computer.
    If any one could point me in the right direction, that would be very helpful.
    Thank you,
    ~B

    There aren't any classes in the API to do that, but there are 3rd party libraries that can do that. Just google.
    Kaj

  • What are some of the Oracle provided packages that DBAs should be aware of?

    Can anybody let me know what are the ORacle packages that one should aware of in case oracle 9i/10g

    user13389425 wrote:
    Can anybody let me know what are the ORacle packages that one should aware of in case oracle 9i/10gSince you haven't asked a very specific question, answer would be generic only. Anything, which you being a dba, don't know about, you should think twice before playing with it. This includes, parameters, packages , commands , anything!
    Aman....

  • What are Built In's in Oracle forms. Are they like built in trigggers. how

    What are Built In's in Oracle forms. Are they like built in trigggers. how r they different from triggers which r also bulit in.
    thanks

    a trigger is something, which runs, when an event fires.
    a built-in is like a function or procedure, which helps you doing your work.
    e.g.
    go_block ('myBlock'); - navigates to the block
    execute_query - starts a query
    exit_form -ends the form
    you can's compare triggers and built-ins. They are totally different.
    In a trigger you can use built-ins to establish a functionality

  • Modifying Oracle AS Portal In built packages

    Hi,
    Is there any way to access the oracle portal in built packages and also can we modify that?

    Hi,
    1. The Packages are "Wrapped" - meaning that you cannot see the code & hence you cannot change it.
    2. You should never change the standard objects in your MetaData Repostiry - this will put your Product in what the Oracle Support popularly terms as the "Unsupported Mode". Hence, you should not do it.
    Regards,
    Sandeep

  • What are the requirements for Oracle Locator?

    Hi, when installing a new database, we want to trim out the stuff that Oracle installs by default that we don't absolutely need. However, we do want to make use of the MDSYS.SDO_GEOMETRY type and Oracle Locator (not Spatial).
    Oracle has all these different components, and we jut found out that in order to use Locator, you have to install Oracle interMedia. Is there anything else there that Locator has a dependency on that we would be missing? We intend to install these:
    Oracle Workspace Manager
    Oracle Enterprise Manager
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    But out of the list of the rest of them, what is needed for Oracle Locator?
    Spatial
    Oracle interMedia
    OLAP Catalog
    Oracle XML Database
    Oracle Text
    Oracle Expression Filter
    Oracle Rules Manager
    Oracle Workspace Manager
    Oracle Data Mining
    Oracle Database Catalog Views
    Oracle Database Packages and Types
    JServer JAVA Virtual Machine
    Oracle XDK
    Oracle Database Java Packages
    OLAP Analytic Workspace
    Oracle OLAP API

    Oracle Locator is implemented in the MDSYS userid. (It's included in every version and edition of the database since 8i, including 10gR2 Express Edition.)
    As you have noted, Locator is considered part of intermedia. (In some versions of Oracle, Locator is officially a feature of intermedia, in others it seems to be independent. In all versions, it uses a commono install with intermedia.) The install for intermedia 10gR2 is described at http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14302/ap_instl_upgrd.htm#sthref649
    I believe there are some Locator funtions in 10gR2 that are impemented in Java and require the JVM. The 10gR2 Express Edition (XE) does not include JVM and Locator seems to be mostly functional, but there are areas that do not work.
    Technically you do not need Oracle Text or Oracle XDK/XMLDB. I've found they are extremely useful so I do include them in my minimum installs. They are also included in XE.
    In your list the following are related to separately licensed EE options: Spatial, OLAP and Data Mining

  • What are the Grid Control basic features  (without the licensed packages)

    Hi everyone,
    I'm all new to OEM Grid Control and I've been asked to write a document that sums up and explains all the OEM features (Database ones only).
    The reason I created this thread is because I have a problem doing that. Indeed, Oracle insists on their licensed packages in their documentation and doesn't make very clear what's available without any of those packages.
    I've been looking for some other documentation than Oracle one but without much success.
    I really have to know the features available without those packages because I've been asked to determine whether or not Diagnostic Pack, Tuning Pack and Configuration pack are necessary (i.e If we have to purchase the licenses)
    So could anyone tell me precisely what's available without those packages or link me some sources I could use?
    Thank you very much in advance
    Olivier

    Hi Erika,
    Unfortunately, it appears to be true: to be able to get notifications and alerts, you need to have the Diagnostics Pack license. Reference the following document: Oracle Enterprise Manager Licensing Information 10g Release 4 (10.2.0.4.0) Chapter 2: Enterprise Database Management:
    The Diagnostics Pack includes the following features, which you can use after purchasing a license for the Diagnostics Pack.
    Automatic Workload Repository
    Automatic Database Diagnostic Monitor (ADDM)
    Performance monitoring (database and host)
    Event notifications: notification methods, rules, and schedules
    ...In the document that you have cited, I think that "standard" and "out of the box" simply mean that Oracle has these alerts and notifications preconfigured for you when you install the software. But to actually use them, you need to have the appropriate license.
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • What are the new features of Oracle 10g over Oracle9i

    Hi Grus..
    i want to know what are the new features of oracle 10g over Oracle 9i as well oracle 11g over 10g.. can any one give me the detailed document.
    Because I'm struggling each and every time while the interviewer asked above question.
    It's very helpful for me if any one give me the detailed document regarding above question
    Thanks In Advance
    Arun
    Edited by: Arun on Oct 23, 2010 10:19 AM

    Hi,
    Just check below link..would be helpful..
    http://www.oracle.com/global/ap/openworld/ppt_download/database_manageability%2011g%20overview_230.pdf
    and
    Each release of Oracle has many differences, and Oracle 10g is a major re-write of the Oracle kernel from Oracle 9i. While there are several hundred new features and other differences between 9i and 10g, here are the major differences between Oracle9i and Oracle10g:
    Major changes to SQL optimizer internals
    Oracle Grid computing
    AWR and ASH tables incorporated into Oracle Performance Pack and Diagnostic Pack options
    Automated Session History (ASH) materializes the Oracle Wait Interface over time
    Data Pump replaces imp utility with impdp
    Automatic Database Diagnostic Monitor (ADDM)
    SQLTuning Advisor
    SQLAccess Advisor
    Rolling database upgrades (using Oracle10g RAC)
    dbms_scheduler package replaces dbms_job for scheduling
    and you need to refer oracle documentation for sql, plsql references where you will know particular enhancements made...
    thanks
    Prasanth
    Edited by: Onenessboy on Oct 23, 2010 10:22 AM

Maybe you are looking for

  • How do I pass a parameter from one page to another page?

    Hi, There are two JSF pages(a.jspx and b.jspx), when click a link(e.g...b.jspx?parameter=123) on a.jspx, it will forward to b.jspx, my question is that how can i get the parameter=123 in b.jspx? i use adf 10g. thank you very much! Edited by: Yitao Li

  • Sender RFC Adapter Issue

    Hi , I am using the following scenarion  (SAP ECC)Sender RFC>PI 7.1->Receiver JDBC(ThirdParty). The issue is whenever the the ECC system is down and is up again , the RFC sender messages are getting struck in SM58(tRFC queue).What I manually do is ,

  • Grep diferrent in change all or step by step

    I've made a grep to put some text centered. The grep works fine, the find is: ^(Art |Art. )(.+?)(\. )(?=\w) the change part is \r$1$2\r\r + para-style "centered" When I apply the grep step by step (change/find) all goes well, but when I select "chang

  • How do I delete home directory /Library/Preferences/Macromedia/Flash\Player ?

    How do I delete<home directory>/Library/Preferences/Macromedia/Flash\Player?

  • Nstalling Adobe Reader XI - 1923 error

    When installing Adobe Reader XI, on my PC window XP, I get an error: Error 1923. Service Adobe Acrobat Update Service (AdobeARMUpdate) couldn't be installed. Verify that you have sufficient privileges to install system services. This happens after UA