Oracle scripts for manual installation

I am planning to install the Oracle 10g Release 2 and upgrade to 10.2.0.4 in silent mode. After that I create a database using a script. Since many utilities are not available by default, I run the following scripts manually. I won't use advanced feature like RAC, ASM, OLAP, Partitioning.
login with sys
$ORACLE_HOME/rdbms/admin/standard.sql
$ORACLE_HOME/rdbms/admin/catalog.sql
$ORACLE_HOME/rdbms/admin/catproc.sql
$ORACLE_HOME/rdbms/admin/catrep.sql
$ORACLE_HOME/rdbms/admin/catexp.sql
$ORACLE_HOME/rdbms/admin/catldr.sql
$ORACLE_HOME/rdbms/admin/catblock.sql
$ORACLE_HOME/rdbms/admin/utllockt.sql
$ORACLE_HOME/rdbms/admin/utlrp.sql
login with system
$ORACLE_HOME/sqlplus/admin/pupbld.sql
Are these scripts enough for general use?
If I run utlxplan.sql in either sys or system account, how can ordinary users access the explain plan table?
Thanks!

These files are enough for getting the basic database running.
If I run utlxplan.sql in either sys or system account, how can ordinary users access the explain plan table?Grant rights on this table to PUBLIC, as it is generally done. Else, you can have a plan_table per schema.

Similar Messages

  • Need Oracle DataBase For XI Installation????????

    Hi Experts,
    Should we Install ORACLE DataBase  While Xi Installation????????
    With Oracle also Can We do the Installation????????
    Here What is the Use of ORACLE Installation?????????????/
    Please Let Me Know All the Details............
    Regards
    Khanna

    Hi,
    Thanks for ur quick reply.
    <i>XI is also an application and yes it does need a database.</i>
    In the Real time Where we wil use this Oracle database........
    And what is the Link Between the XI And the Oracle DataBase.Where it wil be  Xi is going to Use the Oracle DB??????????/Is there Any Connection??????
    Can u please Allobarate this .......
    Regards
    Khanna

  • Oracle 10g for Windows installation - Error 1067

    Hello Folks
    I am trying to install Oracle 10g for Windows on my WIndows 7 Ultimate OS. Everything went fine until I rebooted and tried to run the *SQL Plus. ALthough the Listener as well as the Oracle Servide shoudl automatically start, but for some reason..they didn't. As a result, I went into the Services and tried to manually run them but to my disappointment getting the folowing error:
    Windows could not start the OracleServiceORADB1 service on local computer.
    Error 1067: The process terminated unexpetedly.
    Any idea what went wrong..and how should I get this right?
    Thanks

    Pl identify the exact version of "10g" that was installed.
    The only version that is supported is 10.2.0.5 - see http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    Srini

  • Firefox shows a message to install missing plugin, and then asks for manual installation of apple quicktime, How do i install this plug in?

    I have manually installed Quicktime. I have verified the installation by successfully playing a movie at http://trailers.apple.com/. Still, http://www.merriam-webster.com/audio.php?file=test0001&word=test&text=\%CB%88test\ shows an error message:
    A plugin is needed to display this content.
    Install plugin...
    Clicking the button shows that Quicktime is required!!!
    I recently restored my Windows Registry, so maybe Firefox or Quicktime are getting confused. Nobody should rely on the Registry being correct!
    I am stuck, like so many others.

    Your System Details List shows the QuickTime plugin as installed.
    You may have to check the QuickTime to make sure that you have enabled this file type for QuickTime.
    *https://support.mozilla.org/kb/Using+the+QuickTime+plugin+with+Firefox
    * http://kb.mozillazine.org/QuickTime
    See also the about:plugins page for supported MIME types and file extensions.

  • Oracle 9i for NT installation stalls after Database Config Assistant

    Hi,
    I just downloaded Oracle 9i version 9.0.1 fro Win NT. During installation, installer hangs after reachinh a point where it reaches "Processing Oracle Database Configuration Assistant...".
    I have following m/c configuration.
    Win 2000 Professional, with 256MB RAM.
    C: drive 513 MB FreeSpace, D: (where oracle home is created) 3.75 GB FreeSpace.
    Any help would be appreciated.
    Thanks,
    DP

    I'd like to throw in a "me too" here. I recieve that same
    exception and the installation freezes no matter what options I
    try to install/not install. I'm trying to install the 9i client
    (tried both the client download & the server download, neither
    worked) on a w2k professional sp2 machine. I already got the 9i
    server (Enterprise Edition) to install fine on a w2k advanced
    server box, up and running seemingly fine. Thought I'd add my
    data point. Oh, and the last few lines of the install log look
    like this:
    <<snip>>
    Key = HKEY_LOCAL_MACHINE
    SubKey = Software\ORACLE\HOME1
    Value = NLS_LANG
    Query returned : NA
    Setting value of b_setNLSLANG to true
    Calling query LangQueries1.3.6 GetOSNlsLang
    nlsLanguage = en
    nlsTerritory = US
    nlsVariant =
    Warning :*** Alert: Do you really want to exit? ***
    User selected: Yes/OK
    User Exit
    <</snip>>
    Methinks that "nlsVariant = " line is where it failed. Should
    be pretty easy for oracle to fixup.

  • Running a oracle script for multible database on same server

    Hello friends
    I am thinking of creating a script in HP UX which will run a SQL script on multiple oracle in same server. I can do this for one oracle but i'm unable to do it for multiple database.
    I need to do newid oraSID user every time for diff. database .. can u suggest something..
    regards
    Ashish

    Hi Markus,
    Its not working .. When i run this script from my ID, it says SQLPLUS not found. see this .. i have created 1 sql file and 1 script file to call it with exporting ORACLE_HOME & ORACE_SID for one of the system E40.
    Can you suggest something ..
    er3asu82:(/tmp)(xchason)#ll /tmp/testsql.sql /tmp/testscr.dat
    -rwxrwxrwx   1 xchason    dba            109 Aug  9 11:10 /tmp/testscr.dat
    -rwxrwxrwx   1 xchason    dba             32 Aug  9 11:08 /tmp/testsql.sql
    er3asu82:(/tmp)(xchason)#cat /tmp/testsql.sql
    select * from v$instance;
    quit
    er3asu82:(/tmp)(xchason)#cat /tmp/testscr.dat
    #! /bin/ksh
    export ORACLE_HOME=/oracle/E40/102_64
    export ORACE_SID=E40
    sqlplus "/as sysdba" @testsql.sql
    er3asu82:(/tmp)(xchason)#/tmp/testscr.dat
    /tmp/testscr.dat[5]: sqlplus:  not found
    Again when i try to run this from other orasid, it does not work as well..
    er3asu82:oraq52 1> /tmp/testscr.dat
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    thanks
    ashish

  • JAWS Scripts for Flex Installation

    Hi,
    I'm trying to update JAWS for my computer to use on a particular website that I have to have this for. However when I go to update my file i get this error,
    "Your installation of JAWS seems to be corrupted. Please reinstall JAWS and run this installation again. "
    I can't find it in my programs, So i'm not sure where to begin to unintsall this to reinstall. I've already uninstalled and reinstalled Adobe Flash Player which is part of what I need for the website as well.
    Any suggestions?
    I'm going to keep looking.
    -Dkerste

    JAWS is not an Adobe product, so I don't know how we can help you with this.  But the message you get is pretty clear: reinstall/repair JAWS before running the update.
    You also mention Flex, which has its own forum http://forums.adobe.com/community/flex

  • OAF vs Oracle Scripting

    A potential custom application has been put on hold as it has been deemed to expensive to write in OAF. We have now been asked to investigate if it is possible and quicker to write this app in Oracle Scripting.
    I am currently ploughing my way through the Oracle Scripting user manual. Anyone any experience of Oracle Scripting and it compares to OAF as a development framework?
    Thanks,
    Jon.

    Jon,
    I'm not aware of the oracle scripting in the context of the Apps. Apex might be an alternative, but still use of OAF makes sense because that's what it is meant for. Even if you say that initially it might expensive, it will be a less burden in terms of integration, upgrade, management and framework support.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 8.1.6 install - Oracle 8i for Linux

    I'm trying to install the Oracle 8i for Linux installation kit from the Osborne book.
    You can stop laughing now.
    Really, we're going to buy the full deal, but until that happens, we want to get a bit of a headstart. I'm using Hummingbird eXceed v6.2.0.0 as my X server; everything works fine except when I get to the second page of the installer, and NONE of the buttons at the bottom of the installer page (Next, etc.) appear.
    Any ideas, folks?

    Oh, duh, fvwm.

  • Shell Scripts for installation / migration of an object

    Hi All,
    We are on Oracle Applications R12 and we are settling down with it. Our database and app servers are on Linux. To migrate objects from one instance to another or to install objects, we use two different approaches. One is to move objects manually using the installation instructions (MD120) and another to use Shell script. Now we need to choose any of these two approaches. But we are not able to decide. Appreciate if you can help me answering following questions. This will help us greatly in finalizing the process. I am for Shell Script. But if I get proper arguments / reasons, I am not against it.
    1. Who should be responsible for moving or migrating objects? Is it DBAs? If not, who? At our place, DBAs are performing this task.
    2. Our DBAs have argument that if they move it using script, there will be a big control issue over what is moving in to database / app server. (Our DBA does not have any prior experience of managing Oracle Applications instance. He used to be a Oracle DBA for Peoplesoft)
    3. If we have some side by side comparison or link to that, that will be perfect.
    4. If someone has a case study and / or the industry best practices document on it, please share it with me. My email id is [email protected]
    Earlier I have worked only in consulting companies where only Shell script was the standard and best practice. This is my first end user company.
    Appreciate help and thank you in advance.
    CAH

    Hi,
    1. Who should be responsible for moving or migrating objects? Is it DBAs? If not, who? At our place, DBAs are performing this task.The DBA.
    2. Our DBAs have argument that if they move it using script, there will be a big control issue over what is moving in to database / app server. (Our DBA does not have any prior experience of managing Oracle Applications instance. He used to be a Oracle DBA for Peoplesoft)Both approach would work. Personally, I prefer the script approach and the DBA can review the code before running any script.
    3. If we have some side by side comparison or link to that, that will be perfect. I do not think such a link exist.
    Thanks,
    Hussein

  • Where is the PDF-file "Oracle9iAS Portal Manual Installation Notes for NT" ?

    The file I found on http://technet.oracle.com/products/iportal/htdocs/3_0_9_maninst_htm/nt/maninnt.htm
    is only in HTML, which is not easy to download and print, since it contains HTML-links to the sections.
    null

    The pdf version of manual installation of Portal 3.0.9 is located at : http://technet.oracle.com/products/iportal/pdf/3_0_9_maninst_pdf/nt/maninnt.pdf
    For all the Portal related documents published in the OTN, check out the site : http://technet.oracle.com/docs/products/iportal/listing.htm

  • Installation script for installing tables

    I am trying to create a packaged application .(package include app, themes, images , shared components and underlying tables)
    something similar to the lines of package application samples available here
    http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html
    Please let me know if there is a way to create installation scripts for tables+sequences+triggers+data.
    Appreciate it

    These are MS Windows patches, say for server 2012.
    this is a simple batch file am using for monthly patches. But now there are servers in staging area of DC which are required to patch with all missing patches from last 1year or so. We got all the patches in to a folder, and need to run against each server.
    ================================
    SC QUERY state= all | findstr "DISPLAY_NAME | STATE" > C:\Services_Before_Reboot_Dec_14.txt
    # will grab service beofore reboot
    Windows8.1-KB2992611-x64.msu /quiet /norestart
    Windows8.1-KB3008923-x64.msu /quiet /norestart
    Windows8.1-KB3011780-x64.msu /quiet /norestart
    Windows8.1-KB3013126-x64.msu /quiet /norestart
    Pause
    ===================
    Cheers, Ramakrishna Darla.

  • Can anybody provide AIX shell script for Oracle Apps R12 instance backup

    Hi
    Can anybody provide AIX shell script for Oracle Apps R12 instance backup? Manually, i am able to backup but i donot have shell script to schedule through crontab.
    Help me please.
    Thanks

    Rman can be used for Database, not for Application tier. Again, I assumed you are looking for a script to backup the database. For the application tier, you can simply do a filesystem backup.
    I still do not understand your concern? Is it about using crontab? If so, then check here --> man crontab <--

  • Oracle Application Server 10g Installation Guide for Windows

    The link to Oracle Application Server 10g Installation Guide for Windows on the OTN Web Site don't work. Using search on site does not turn up any installation document for Oracle Application Server 10g.
    How can I find the Installtion Guide or the Quick Installtion Guide for Oracle Application Server 10g for Windows?

    Hi,
    The docs you seek are available through the OTN documentation pages at: http://otn.oracle.com/documentation/index.html.
    Click on the link for "Oracle Application Server Release 10g (9.0.4)" and then on the "View Library" link for part B10468_04 - Oracle Application Server 10g Online Documentation 10g (9.0.4.0.0) for Microsoft Windows.
    The Docs are located under the Documentation tab.
    Alternatively, here is the direct link to the Documentation Tab interface of the Library:
    http://download.oracle.com/docs/cd/B10468_04/docs.htm
    Regards,
    Les

  • Error during the installation of ORACLE 10g for SAP MDM 5.5

    Hi all,
    I am installing ORACLE 10g on a SUSE LES 9 for a future MDM 5.5 system. While I launch the Installer I get the following error:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-26_07-11-46AM. Please wait ...oracle@mucsapt2:/home/lrougkal/OraDb10g/database> Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-09-26_07-11-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at sun.security.action.LoadLibraryAction.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
            at sun.awt.DebugHelper.<clinit>(Unknown Source)
            at java.awt.Component.<clinit>(Unknown Source)
    I have installed all the required packages from SUSE :
    binutils-2.15.90.0.1.1-32.10
    gcc-3.3.3-43.41
    gcc-c++-3.3.3-43.41
    glibc-2.3.3-98.61
    gnome-libs-1.4.1.7-671.1
    libstdc++-3.3.3-43.41
    libstdc++-devel-3.3.3-43.41
    make-3.80-184.1
    pdksh-5.2.14-780.7
    sysstat-5.0.1-35.7
    xscreensaver-4.16-2.6
    Any ideas?
    Thanks in advance,
    Loukas

    Hi Elmar,
    I have checked the packages and the XFree86-libs-4.3.99 is not installed. I guess I will have to install it.
    Now your question about oracle user. I am not sure if you have performed any SAP MDM installation with ORACLE RDBMS but the installation guide is totally different than the normal SAP inst guides. Indeed someone needs to install separately SAP MDM and ORACLE and in my installation I do not install NetWeaver since it is not mandatory for the testing phase of the project. You can have a look at the guide (it is very poor -no reference to ORACLE details):
    https://websmp105.sap-ag.de/~sapidb/011000358700000271882007E
    So the official ORACLE inst gudie says to install the ORACLE software with the oracle user.
    Rgds,
    Louka

Maybe you are looking for