DESCRIBE whole oracle 9i

Hallo,
How many in-built functions and Packages are in Oracle 9i?
Exact number and their respective syntax..
How many standard keywords or commands, facilities [like SELECT, INSERT, SET HEADINGS ON/OFF] in Oracle9i?
Where can i get this information one by one with their syntax?
Thank you.

Hi,
Just go throug this link :
http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/toc.htm
http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14261/toc.htm
How many standard keywords or commands, facilitie ...you can query
SELECT * FROM V$RESERVED_WORDS
Regards

Similar Messages

  • How to migrate the whole Oracle Applications from one Server  to New IBM eS

    We are on 11.5.10.2 with IBM/p670 servers.
    We want to migrate the whole oracle Applications 11.5.10.2 to new IBM eServer p5 590.
    what is the best approach to migrate the whole Application.
    Best Regards
    Zia

    Rapid clone is there
    Manually also you can do
    Copy all tops
    Ensure tns connectivity to oracle home by tnsnames.ora entry change
    make changes in context.xml
    remove entries in FND_NODES for old servers
    run AC
    (Above steps do for DB tier then CM and then AdminTier - supposing admin and DB are diff nodes)
    Start services
    This should do the work
    Sunil Choudhary
    http://www.onelife.in
    Message was edited by:
    Sunil Choudhary

  • How can I customize the whole oracle webcenter portal

    We have a project that uses oracle webcenter portal. I want to customize it starting to its landing page til the content. I tried using extending webcenter spaces project but my build.xml has an error in clicking clean-stage. I followed the instructions correctly but still not working. I also tried following the tutorial about customizing at runtime, it works but its only for a specific tab. Is there any other way in customizing the product?
    here is the error in build.xml:
    Buildfile: C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\build.xml
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    clean:
    [echo] ----------------------------
    [echo] ----Cleaning deploy directory ---
    [echo] ----------------------------
    init:
    pre-compile:
    [echo] ----------------------------
    [echo] ----Updating the manifest file with the
    correct version specification and implementation version
    [echo] ----------------------------
    BUILD FAILED
    C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\internal-targets.xml:85: Problem: failed to create task or type if
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Total time: 1 second
    can you help me in configuring config.properties to an application server?
    check if my configuration is right:
    #My properties
    #Fri Jul 30 00:00:00 PDT 2010
    ############ User Inputs Required ###################
    ## Enter the base directory where JDeveloper is installed.
    ## For example:
    ## On Windows, if JDeveloper is installed in the directory
    ## C:\MYJDEV, enter the path as: C:\\MYJDEV
    ## On Linux, if JDeveloper is installed in the directory /scratch/MYJDEV,
    ## enter the path as: /scratch/mywork/MYJDEV
    ## Note that the JDeveloper directory contains other folders such as jdeveloper,
    ## wlserver_10.3, modules, and so on.
    #jdeveloper.install.home.directory=C:\\rohit\\jdev\\ps2\\jdevfinal
    jdeveloper.install.home.directory=C:\\Oracle\\Middleware\\jdeveloper ---------------------->my jdeveloper path
    ## Enter the wlst executable
    ## For example:
    ## On Windows, wlst.cmd
    ## On Linux, wlst.sh
    #wlst.executable=wlst.cmd
    wlst.executable=wlst.cmd ---------------------->my wlst executable
    ## Enter the absolute path of the ExtendWebCenterSpaces project.
    ## For example:
    ## On Windows, enter the path as:
    ## extending.spaces.home.dir=C:\\JDeveloper\\mywork\\ExtendWebCenterSpaces
    ## On Linux, enter the path as:
    ## extending.spaces.home.dir=/scratch/mywork/ExtendWebCenterSpaces
    #extending.spaces.home.dir=C:\\rohit\\jdev\\ps2\\jdevfinal\\ExtendWebCenterSpaces_ps2\\ExtendWebCenterSpaces
    extending.spaces.home.dir=C:\\Users\\Admin\\Documents\\JDeveloper\\mywork\\ExtendWebCenterSpaces #my extendwebcenterspaces path
    ## Enter the path for ojdeploy.exe.
    ## For example:
    ## On Windows, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    ## On Linux, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe ---------------------->is this right?
    ## Enter the port number on which the WLS Administration Console is running.
    ## The URL of the Administration Console contains the port number.
    ## For example: http://<host>:<port>/console
    wls.port=7001 ---------------------->my application server port
    ## Enter the WebCenter host machine on which you intend to deploy the
    ## custom.webcenter.spaces.jar shared library.
    wls.host=my.bir.gov.ph ---------------------->my application server
    ## For security purposes, administrator user name and password details
    ## are stored in secure files.
    ## Obtain the location of these secure files from your systems administrator
    ## or run WLST commands to generate these files as follows:
    ## 1. Navigate to: WC_ORACLE_HOME/common/bin
    ## 2. Enter the command: wlst.sh
    ## 3. At the WLST command prompt, connect to the Administration Server
    ## for Oracle WebCenter:
    ## connect('<admin_user>','<admin_pwd>', '<host>:<port>')
    ## Where admin_user is the user name of the administrator, admin_pwd is
    ## the administrator's password, host is the WebCenter instance, and port is
    ## the Administration Server port.
    ## 4. Run the following command to create a user configuration file and key file
    ## in a specified location:
    ## storeUserConfig('<userConfigFile>', <userKeyFile>')
    ## Where userConfigFile is the name and location of the file storing user details
    ## and userKeyFile is the name and location of the file storing passwords.
    ## For example:
    ## storeUserConfig('C:/myFiles/myuserconfigfile.secure', 'C:/myFiles/myuserkeyfile.secure')
    ## For example:
    ## On Windows, enter the path as:
    ## wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure
    ## wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure
    ## On Linux, enter the path as:
    ## wls.userkey=/scratch/myfiles/ps1userkeyfile.secure
    ## wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure
    ## Use the wls.userconfig property to set the userConfigFile path and
    ## the wls.userkey property to set the userKeyFile path.
    wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure ---------------------->i dont know how can i configure this
    wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure ---------------------->i dont know how can i configure this
    ## Enter the targets on which the custom.webcenter.spaces.war file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments>custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.target=WLS_Spaces,AdminServer ---------------------->application server target
    ## Enter the targets on which the webcenter.ear file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.webcenter.app.target=WLS_Spaces---------------------->application server deployment target
    ## Enter the name of the WebCenter Spaces application.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> webcenter>Overview
    ## The application's name displays here.
    webcenter.app.name=webcenter ---------------------->name of my webcenter portal
    ## Use the restart.implementation.version.suffix property to override the next default
    ## implementation version number for custom.webcenter.spaces.war.
    ## You can obtain the current implementation version from your
    ## systems administrator or from the WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Overview
    ## The version number displays here. For example: 11.1.1.2.5
    ## The current implementation version is the last number, that is, 5 in this example.
    ## By default, the implementation version increments by 1 each time that you rebuild
    ## custom.webcenter.spaces.war (using Run Ant Target>clean-stage).
    ## You can restart at a higher value if necessary. For example, if the current value is
    ## 11.1.1.2.20 and you want the next new version to be 11.1.1.2.41 rather than
    ## 11.1.1.2.21, do so by resetting the restart.implementation.version.suffix property to 40.
    ## Note:
    ## The first time you run Run Ant Target>clean-stage, the manifestImpl.properties file
    ## is created and the manifest.implementation.version property is set to
    ## 11.1.1.2.1. This initial version number is derived from the default.implementation.version
    ## set in build.properties (11.1.1.2) and appended with the restart.implementation.version.suffix property below.
    ## For example, if the restart.implementation.version.suffix is set to 1, the initial
    ## manifest.implementation.version will be 11.1.1.2.1.
    ## During subsequent builds, the restart.implementation.version.suffix and the lastNumber property
    ## in manifestImpl.properties are compared, and the higher of the two numbers is incremented by 1.
    ## If, for any reason, the manifestImpl.properties file is deleted, the file is recreated the next time
    ## that you run Run Ant Target>clean-stage, and the implementation version resets using the
    ## restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,
    ## if the restart.implementation.version.suffix=1
    restart.implementation.version.suffix=3
    help me pls thx

    It assumes that you have this file available in your jdev
    ${jdeveloper.install.home.directory}/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    Add ant-contrib.jar into jdeveloper\modules\net.sf.antcontrib_1.0.0.0_1-0b2\lib directory. You can download it from http://ant-contrib.sourceforge.net/.
    Other useful advice:
    http://jwebcenter.blogspot.com/2011/05/how-configure-webcenter-space.html

  • Hardware Configurations of whole Oracle Products

    May I know what are the detailed hardware configuration if I want to install
    1) Oracle Database 9i
    2) Oracle Developer suite
    3) Oracle Application Server
    Pls include the needed hard disks amount,
    memory etc.
    Thanks in advance.

    Check out the documentation... But they only state requirements for installing, not actual applications.

  • Oracle installtion crashes on SLES AMD 64 ... plz help

    For the past week we have have been trying to install Oracle on our servers, but have failed missrably...
    The problem is the runInstaller (OUI), it crashes every time at the exact same place... we have made a strace and just about everything to figure out whats wrong...
    Amongst other we have been follwing the instructions found here:
    http://www.suse.com/en/business/certifications/certified_software/oracle/db/9iR2_sles8_amd64.html
    http://www.suse.com/en/business/certifications/certified_software/oracle/docs/920_sles8_install.pdf
    this is how we are supposed to install it:
    1) Installed SuSE Linux Enterprise Server 8 AMD 64 w/ service pack 3.
    2) Installed gcc_old... successfully and as described
    3) Installed devel_libs-32bit... successfully and as described
    4) Installed orarun.rpm package... successfully and as described - user "oracle" and groups "dba" & "oinstall" were created.
    5) Installed glibc-devel-32bit... successfully and as described
    6) Removed existing "binutils"-package on the system (dependant packages also removed in this process)
    7) Installed 32 bit version of "binutils" on the system ... successfully and as described
    8) performed command: export PATH=/opt/gcc295/bin:$PATH
    9) as user "oracle":
    Opened terminal and wrote "linux32 bash" - a "uname -m" now returns "i686", this seems to be correct
    mounts first oracle cd-rom..
    startet /media/cdrom/runInstaller (without entering the directory itself).
    We now experience the following crash:
    - Everything works OK with the OUI, until the part concerning "Installation Types" - after choosing either Enterprise Ed. or Standard Ed. OUI starts to read from the cd-rom, and crashes when the progress bar reaches 66%....with no error messages.
    - We managed to see that the OUI at the above mentioned point tries to load the Java Runtime Environment. We tried to switch the JRE with a version obtained from Blackdown (specifically JRE 1.1.8 v3), which we inserted into /tmp/OraInstall....../jre just before choice of "Installation Type". Same result.
    If we do a simple client installation is works fine...
    We think we have tried almost every trick in the book... including trying out:
    - env. var.
    - the newest OUI (2.2.0.18) (extracted from the Oracle patch (9.2.0.4))
    - different JRE
    - not installing SP 3
    - starting from scratch many times
    This is the last part of the strace:
    9961 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x4002b4b0, [], 0x4000000}, 8) = 0
    9961 execve("/tmp/OraInstall2004-03-02_01-49-45PM/jre/bin/i386/native_threads/java", ["/tmp/OraInstall2004-03-02_01-49-"..., "-Doracle.installer.library_loc=/"..., ... here it continues with about 50 or more parameters...
    9961 --- SIGRTMIN (Real-time signal 0) @ 0 (0) --- ... and then this line is repeated a lot!
    This is the system:
    IBM 325 dual opteron, 4 GB RAM, 2xSCSII HD's, qlogic HBA
    SLES (SUSE linux enterprise edition) AMD 64
    Oracle 9i 32-bit linux version (9.2.0.1.0)
    I hope somebody can help us...
    my email is: ktk(at)te.dk
    Kristian

    Nope, I have heard it should work... but we cannot base our production on a developer rls. can we?
    We had seen many places it should work, but it doesn't yet... I think all the installtions based on Oracle (9.2.0.1.0) are not on the SLES amd 64, but rather on a normal SLES (32bit)...
    Very anoying, because of this we have wasted a whole week!
    Instead we now have installed everything in 32 bit and wait for the 64 bit Oracle rls.
    This has just been so frustrationg, since we have been on a tight time-frame and SUSE did indicate that it worked... I must admit that we really feel letdown in this case...
    /Kristian

  • Install Oracle eBusiness 12 on Oracle Linux 5.7

    Hi All,
    My name is John and I have some questions in relation to the installation of Oracle eBusiness 12 on Oracle Linusx 5.7 64bit. Here is what I've done so far:
    - I installed Window 7 on my Macbook Pro Retina Display using Boot camp.
    - I installed VMware Player 5.00 on the Window 7 host.
    - I installed Oracle Linux 5.7 64bit Guest in the VMware Player 5.00
    - I performed 'yum update' on the Oracle Linux 5.7 Guest
    - When I ran 'uname -r' it returned '2.6.32-300.39.1.el5uek'
    - I updated the latest Rapid Install patch as described in Oracle Applications Release Notes, Release 12.1.1 (My Oracle Support Document 798258.1) and now the RapidWizVersion returned is 12.1.1.13.
    My question is in Moc 761566.1, it stated that the following packages must be installed from the Oracle Linux 5 or RHEL 5 distribution media on both application and database tiers:
    •gcc-4.1.2-14.el5.x86_64
    •gcc-c++-4.1.2-14.el5.x86_64
    •glibc-2.5-18.i686 (32-bit)
    •glibc-2.5-18.x86_64
    •glibc-common-2.5-18.x86_64
    •glibc-devel-2.5-18.i386 (32-bit)
    •glibc-devel-2.5-18.x86_64
    •libgcc-4.1.2-14.el5.i386
    •libgcc-4.1.2-14.el5.x86_64
    •libstdc++-devel-4.1.2-14.el5.i386
    •libstdc++-devel-4.1.2-14.el5.x86_64
    •libstdc++-4.1.2-14.el5.i386
    •libstdc++-4.1.2-14.el5.x86_64
    •libXi-1.0.1-3.1.i386
    •libXp-1.0.0-8.1.el5.i386
    •libXp-1.0.0-8.1.el5.x86_64
    •libaio-0.3.106-3.2.i386
    •libaio-0.3.106-3.2.x86_64
    •libgomp-4.1.2-14.el5.x86_64
    •make-3.81-1.1.x86_64
    •gdbm-1.8.0-26.2.1.i386
    •gdbm-1.8.0-26.2.1.x86_64
    •sysstat-7.0.0-3.el5.x86_64
    •util-linux-2.13-0.45.el5.x86_64
    •compat-libstdc++-296-2.96-138.i386
    •compat-libstdc++-33-3.2.3-61.i386
    Since I'm not a Linux guru so I just ran a 'rpm -qa > all_rpm.txt' and open that output file and find whether I have all of those above installed rpms before installing Oracle eBusiness Suite.
    First, I discovered that I do not have any 'gcc-c++-4.1.2-14.el5.x86_64' rpm installed on my Linux 5.7 64 bit guest system. Could you please advise how do I install this particular rpm because I thought after running the 'yum update' command, it would already have installed this rpm (gcc-c++-4.1.2-14.el5.x86_64) for me.
    Also, is there any 'pre-test' that I can carry out to ensure that the Oracle eBusiness installation would be successful. Because in the past, I have attempted to install Oracle eBusiness twice but on both occasions, they have failed miserably with the Linux just hung and I have to perform the whole process again. Thank you for your assistance as I really want to have it installed on my Mac Book Pro successfully.
    Regards,
    John

    Hi Hussein,
    Thank you for the quick reply but here were that results when I followed your suggestion and I believe none of three have worked successfully and can you advise what I've done wrong or what I've forgotten to do, thank you for your assistance.
    1.) After I executed 'yum install gcc-c++-*'
    yum install gcc-c++-*
    Loaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (111, 'Connection refused')>
    Trying other mirror.
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package gcc-c++.x86_64 0:4.1.2-52.el5_8.1 set to be updated
    --> Processing Dependency: libstdc++-devel = 4.1.2-52.el5_8.1 for package: gcc-c++
    --> Running transaction check
    ---> Package libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 set to be updated
    http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/filelists.xml.gz: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
    Trying other mirror.
    Error: failure: repodata/filelists.xml.gz from el5_latest: [Errno 256] No more mirrors to try.
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest
    The program package-cleanup is found in the yum-utils package.
    2.) After I executed 'yum install gcc-c*'
    yum install gcc-c*
    Loaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
    Trying other mirror.
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package gcc-c++.x86_64 0:4.1.2-52.el5_8.1 set to be updated
    --> Processing Dependency: libstdc++-devel = 4.1.2-52.el5_8.1 for package: gcc-c++
    --> Running transaction check
    ---> Package libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 set to be updated
    http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/filelists.xml.gz: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
    Trying other mirror.
    Error: failure: repodata/filelists.xml.gz from el5_latest: [Errno 256] No more mirrors to try.
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest
    The program package-cleanup is found in the yum-utils package.
    3.) After I executed 'yum install gcc-c++-4.1.2-14.el5.x86_64'
    yum install gcc-c++-4.1.2-14.el5.x86_64
    Loaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
    Trying other mirror.
    Setting up Install Process
    No package gcc-c++-4.1.2-14.el5.x86_64 available.
    Nothing to do
    Regards,
    John

  • Oracle 10g on HP-UX, Terrible Poor Performance!!

    Hi All,
    I setup an Oracle 10g on HP-UX 11iv1. Server is a HP 9000, 4 CPUs (750
    MHZ). It is connected to Disk System 2405 (Virtual Array 7110). Fiber
    Channels are connected at 2 GB speed.
    I installed a cluster 10g database. First I installed CRS and after
    that I installed oracle database. ( I want to test clustered database
    with one instance)
    I installed every thing line by line as oracle document wrote.
    All the things, kernel parameters, patches, are like oracle wrote in
    its document.
    I installed Golden quality package June 2004.
    I increased shmmax to 2.3 G . My SGA is 1.7 G And change some other
    parameters as Sandy Gruver wrote in Best Practices for Oracle on HPUX.
    I used oracle new storage system called ASM for this case.
    When I put the system under the load, I was monitoring the system
    carefully.
    I started gmp. When we sent some quarries to database (It is not heavy
    load, I tested it with a Linux system on proliant ML570 without any
    problem), suddenly DISK section in gpm changed to red (critical ) I
    read the warning. It said "Disk bottleneck probability = 100%". I
    changed the output of disk report to "Report IO by Disk"
    "DISK%" was 100% and "RAW IO RT" was about 1000 for two disks ( This
    two disks dedicated for ASM). In this situation CPU idle time was 1% or
    2% for all the CPUs but load average was about 1. Performance is not
    acceptable at all ( In comparison with Oracle that installed on Linux).
    Glance reported Disk was in Critical situation.
    I think the problem is IO or something about Disks
    I used HP Disk System 2405. Fibber channels on both server side and
    Disk Array side are configured at 2 Gb and topologies are
    PTTOPT_FABRIC.
    Is it ok that RAW IO RT about 1000 for each LUN?
    Why Disk% in glance/report IO BY Disk/ was 100%?
    I found an error in STM logs about I/O.It said:
    Entry type: I/O error
    Product: Fiber Channel Interface
    Logger: td
    It logged this error about 12 times during the test.Any comment?
    Regards,
    Hasan

    Sorry, I have not a solution for your problem, but similar things happen on our installation on Solaris 5.8 with Oracle 10:
    I have a banking business solution from Windows/SQL Server 2000 to Sun Solaris/ORACLE 10g migrated. In the test environment everything was working fine. On the production system we have very poor DB performance. About 100 times slower than SQL Server 2000!
    Environment at Customer Server Side:
    Hardware: SUN Fire 4 CPU's, OS: Solaris 5.8, DB Oracle 8 and 10
    Data Storage: Em2
    DB access thru OCCI [Environment:OBJECT, Connection Pool, Create Connection]
    Depending from older applications it's necessary to run ORACLE 8 as well on the same Server. Since we have running the new solution, which is using ORACLE 10, the listener for ORACLE 8 is frequently gone (or by someone killed?). The performance of the whole ORACLE 10 Environment is very poor. As a result of my analyse I figured out that the process to create a connection to the connection pool takes up to 14 seconds. Now I am wondering if it a problem to run different ORACLE versions on the same Server? The Customer has installed/created the new ORACLE 10 DB with the same user account (oracle) as the older version. To run the new solution we have to change the ORACLE environment settings manually. All hints/suggestions to solve this problem are welcome. Thanks in advance.
    Anton

  • Oracle Database 10g relase 1 Installation Problem on RHEL 3 ES

    Dear all
    I'm trying to install oracle database 10g r1 X86_64 on Intel Xeon Machine with EM64T technology with RHEL 3 ES update 2 X86_64 edition. The problem is described below :
    Oracle OUI .runInstaller collapsed with such a following error:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : 11 occurred at PC=0x8077470
    Function=[Unknown.]
    Library=(N/A)
    Is there anyone can help me ??

    Check pushitz website and ensure that you have all the required rpms installed properly.
    Check the log files in the installation directory. That should give some more details as to what exactly is going on.

  • Mnadrake8.0 and Oracle 8.1.6 works with 6 simple steps

    I have searched through countless posts to
    get throught the install and have come to
    three simple steps to get running:
    1) Load Mandrake 8.0 out of the box.
    2) Update the glib-c libs through the
    mandrake web site http://www.linux-mandrake.com/en/security/2001/MDKA-2001-006.php3?dis=8.0
    3) make sure you install (but dont create a database)under GNOME not KDE. This is the 'buttons not working' problem.
    4) fix the dbstart script by changing line 64 to:
    /(PL\/SQL|JServer) (Release|Version)/ {substr($3,1,3) ;
    5) download the 8.1.x patch from the download page and run the patch script.
    6) use dbassist to create the database
    7) you are off and running                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    I then tried a custom install of Dev. 6.0 but I removed product by product and the error always was "<product name> can't be installed into multiple oracle homes".
    I deleted the whole Oracle 8.1.6 Client and just installed Dev. 6.0 into DEFAULT_HOME. I had a TNS-Error Can't resolve service name.
    Copying the tnsnames.ora does not help. You have to manipulate it a litte bit, because Net8 TNSNAMES.ORA needs .world after the connect string.
    My question now is: Is it a problem to connect with SQL-Plus 8.0.5 which was installed with Dev. 6.0 to a 8.1.6 Database ?
    null

  • URGENT: Migrating from SQL to Oracle results in very poor performance!

    *** IMPORTANT, NEED YOUR HELP ***
    Dear, I have a banking business solution from Windows/SQL Server 2000 to Sun Solaris/ORACLE 10g migrated. In the test environment everything was working fine. On the production system we have very poor DB performance. About 100 times slower than SQL Server 2000!
    Environment at Customer Server Side:
    Hardware: SUN Fire 4 CPU's, OS: Solaris 5.8, DB Oracle 8 and 10
    Data Storage: Em2
    DB access thru OCCI [Environment:OBJECT, Connection Pool, Create Connection]
    Depending from older applications it's necessary to run ORACLE 8 as well on the same Server. Since we have running the new solution, which is using ORACLE 10, the listener for ORACLE 8 is frequently gone (or by someone killed?). The performance of the whole ORACLE 10 Environment is very poor. As a result of my analyse I figured out that the process to create a connection to the connection pool takes up to 14 seconds. Now I am wondering if it a problem to run different ORACLE versions on the same Server? The Customer has installed/created the new ORACLE 10 DB with the same user account (oracle) as the older version. To run the new solution we have to change the ORACLE environment settings manually. All hints/suggestions to solve this problem are welcome. Thanks in advance.
    Anton

    On the production system we have very poor DB performanceHave you identified the cause of the poor performance is not the queries and their plans being generated by the database?
    Do you know if some of the queries appear to take more time than what it used to be on old system? Did you analyze such queries to see what might be the problem?
    Are you running RBO or CBO?
    if stats are generated, how are they generated and how often?
    Did you see what autotrace and tkprof has to tell you about problem queries (if in fact such queries have been identified)?
    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10752/sqltrace.htm#1052

  • Querying wide (multi-record case) table data in oracle 10g

    I've got a set of "wide" (multi-record case data format) tables similar to the format described in Oracle's "Oracle Data Mining Concepts" book in chapter 2 (http://download-west.oracle.com/docs/cd/B14117_01/datamine.101/b10698/2data.htm#1010394).
    I like the flexibility of this format, especially since it can handle thousands of attributes. But the main problem I have with this format is in determining how to write efficient, complex queries against the data.
    I've included some sample data below to demonstrate my problem. I've got two tables, one with people and the other with the attributes and values of age, income, height and weight. If I try to generate a complex query against this data, I seem to either have to rely on multisets and functions, or on a large number of self joins. Neither of which seems to scale well or perform well for large amounts of data. I know I could also add a pipelined TABLE function to filter the data more, but none of these options seem like great solutions. Does anyone have any ideas for a better way to form complex well performing queries against this type of data layout?
    For example, with my sample data below I'd like to select everyone whose (income = 2000) or (income = 50000 and weight = 210), but the only way I see of doing this is with a query like the following (which won't take advantage of any indexes on the data):
    select * from people_attributes_view
    where find_eq_attr(AttributeValue('income',2000),attribute_values) is not null
    or (find_eq_attr(AttributeValue('income',50000),attribute_values) is not null
    and
    find_eq_attr(AttributeValue('weight',210),attribute_values) is not null);
    Any help is greatly appreciated.
    Thanks.
    -- My full example starts here ----------------
    -- Create the sample tables and data
    create table people (id int, name varchar(30));
    create table attributes (id int, attribute varchar(10), value NUMBER);
    insert into people values (1,'tom');
    insert into people values (2,'jerry');
    insert into people values (3,'spike');
    commit;
    insert into attributes values (1,'age',23);
    insert into attributes values (1,'income',1000);
    insert into attributes values (1,'height',5);
    insert into attributes values (1,'weight',120);
    insert into attributes values (2,'age',20);
    insert into attributes values (2,'income',2000);
    insert into attributes values (3,'age',30);
    insert into attributes values (3,'income',50000);
    insert into attributes values (3,'weight',210);
    commit;
    -- Create some types, functions and views for the search
    CREATE OR REPLACE TYPE AttributeValue AS OBJECT
    (attribute varchar(30),
    value NUMBER);
    CREATE OR REPLACE TYPE AttributeValues AS TABLE OF AttributeValue;
    create or replace function find_eq_attr (val AttributeValue, vals AttributeValues) RETURN AttributeValue IS
    begin
    for i in vals.FIRST .. vals.LAST
    LOOP
    if ((val.attribute = vals(i).attribute) and
    (val.value = vals(i).value)) then
    return vals(i);
    end if;
    END LOOP;
    return null;
    end;
    create or replace view people_attributes_view as
    select p.name, p.id,
    cast(multiset(select attribute,value from attributes a where a.id = p.id)
    as AttributeValues) attribute_values
    from people p;
    -- Search for everyone whose (income = 2000) or (income = 50000 and weight = 210)
    select * from people_attributes_view
    where find_eq_attr(AttributeValue('income',2000),attribute_values) is not null
    or (find_eq_attr(AttributeValue('income',50000),attribute_values) is not null
    and
    find_eq_attr(AttributeValue('weight',210),attribute_values) is not null);

    I like the flexibility of this format, especially
    since it can handle thousands of attributes. But the
    main problem I have with this format is in
    determining how to write efficient, complex queries
    against the data. Can't be done. The flexibility is achieved at the cost of simplicity and performance, it is a trade off.
    See this thread for a full discussion on the subject.
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:10678084117056

  • Oracle 9.2.0.8 Dataguard on Cross platform

    Dear Team,
    We need your help.
    we have primary database and two physical standby databases on RHEL4 (oracle 9.2.0.8)
    we need to add one more standby but the os is HP-UNIX(oracle 9.2.0.8) this resides on customer environment they use it for reporting
    could you please advice us any technologies which helps to accomplish this.
    Thanks,
    Aj

    Hi
    Oracle Streams would be a good candidate technology for keeping a reporting database up to date on a different platform, though you'd better have a well designed schema and not use fancy datatypes! Advanced Replication would probably also work. There are a number of third party tools, for example the Golden gate product range as well as the whole Oracle warehousing build tools that are designed for this type of task. What you won't find is a cheap solution.
    regards
    Niall Litchfield
    http://www.orawin.info/

  • Oracle Installer hangs at 18% on a file naeet.o

    Oracle Installer hangs at 18% on a file naeet.o
    installer also show.. link pending..
    machine is 64 bit. with OEL4 64 bit
    i have oracle 9i R2 64 bit...which i am trying to install...
    i've installed all the required rpms as described in Oracle-base .
    Plz help.

    Step by Step Installation 9.2.0.4 on EL5.5.
    1. Make sure Java libraries are up to date.. (sysad side..)
    2. Do not start installation from the 9204 base installation- Oracle Universal Installer has problem
    2.1 Install first the OUI "only" from the 9206 patchset (p3948480_9206_Linux-x86-64.zip)
    using the Oracle_Home youve just decided. While running runinstaller from 9206, choose second option thats for OUI Installation. Once installation is done check under Oracle 9i Home you would see /product/9204/oui/oraparam.ini and /product/9204/oui/bin/runInstaller. If you dont find /product/9204/oui/bin/runInstaller. You may have to rerun the runinstaller from 9206.
    2.2 In ../Disk1/install/oraparam.ini edit the Linux value under [Certified Versions]
    Linux=redhat-2.1AS,redhat-2.1,redhat-3,redhat-4,redhat-5,UnitedLinux-1.0,SuSE-9,SuSE-
    * value must include redhat-5 inorder to suppress the error message for OS version incompat.
    2.3 After completion of OUI install, edit again ../product/9204/oui/oraparam.ini as instructed
    in step 2.2
    2.4 Now install the 9204 base using the OUI from 9206. Run ../product/9204/oui/bin/runInstaller BUT
    this time, select the "products.jar" from 9204 base installation set.
    (ex: /u01/app/oracle/Disk1/stage/products.jar)
    2.5 From here u should be able to install the SOFTWARE ONLY option. DO NOT create a database yet.
    3. Patch the 9204 base with the 9207 patchset (p4163445_92070_Linux-x86-64.zip)
    3.1 After decompressing contents, repeat step 2.2 again to suppress OS version incompat.
    3.2 Now proceed with the patch application
    4. You can now create a database using the "dbca" utility.

  • Using Oracle Generic Connectivity to connect from Oracle to Microsoft Acces

    I am trying to connect from Oracle to Access using ODBC. I followed the steps described in oracle documentation but was not sucessful. Could you plase take a look at my code let me know where I went wrong. It is as follows :
    1)Created an ODBC connection for Microsoft Access called 'MSACCESS' (System DSN). And associated accdb1.mdb to this ODBC connection.
    2)Created a table called orders in accdb1.mdb.
    3)Added the foll lines in tnsnames.ora
    accdb1 =
    (DESCRIPTION=
    (ADDRESS=
                   (PROTOCOL=tcp)
                   (HOST=kdandapani.170systems.com)
                   (PORT=1521))
    (CONNECT_DATA=(SERVICE_NAME=accdb1)
    (HS=OK)
    4)added the following lines in listner.ora :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=accdb1)
    (ORACLE_HOME=c:\orasrv)
    (PROGRAM=accdb1)
    5) Copied inithsodbc.ora to iniths_accdb1.ora in the ORACLE_HOME/hs/admin directory. Added the following line there :
    HS_FDS_CONNECT_INFO = MSACCESS
    6)Created the foll dblink :
    create database link access1
    using 'accdb1';
    7)tried to access table ORDERS in the MSACCESS database with the foll SQL -
    select * from orders@access1;
    Resulted in the foll error message
    ERROR at line 1:
    ORA-12154: TNS:could not resolve service name

    hi,
    I am new to Generic Connectivity i have just followed all the steps you wrote once in this forum but i m getting the following error :
    SQL> SELECT * FROM LOGIN@MSACCESS;
    SELECT * FROM LOGIN@MSACCESS
    ERROR at line 1:
    ORA-28509: unable to establish a connection to non-Oracle system
    ORA-02063: preceding line from MSACCESS
    Following are the steps you suggested in this forum :
    1)Created an ODBC connection for Microsoft Access called 'MSACCESS'. And associated accdb1.mdb to this ODBC connection.
    2)Created a table called ORDERS in accdb1.mdb.
    3)Added the foll lines in tnsnames.ora
    MSACCESS.170SYSTEMS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kdandapani.170systems.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = MSACCESS)
    (HS = OK)
    4)This is how the listner.ora looks after I added SID_NAME=MSACCESS :
    # LISTENER.ORA Network Configuration File: c:\orasrv\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kdandapani)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = ORALOCAL)
    (ORACLE_HOME = c:\orasrv)
    (SID_NAME = ORALOCAL)
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\orasrv)
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = MSACCESS)
    (ORACLE_HOME = c:\orasrv)
    5) Copied inithsodbc.ora to iniths_MSACCESS.ora in the ORACLE_HOME/hs/admin directory. Added the following line there :
    HS_FDS_CONNECT_INFO = MSACCESS
    6)Created the foll dblink :
    create database link MSACCESS
    using 'MSACCESS';
    7)tried to access table ORDERS in the MSACCESS database with the foll SQL -
    select * from orders@MSACCESS;
    I have used my login table instead of orders. But i got an error that i have stated earlier.
    Can you please help me ? if possible than please forward your reply to : [email protected]
    -thank you man,
    -imran

  • Oracle 9i new features for administrators

    Hai
    On 8th june 2002 i appeared in oracle 9i upgrade exam...and got 46 marks out 56...
    I want to share my feeling with all other certified persons and oracle personnels that it was the most challenging exam i every appeared in my whole oracle carear..
    A lot of scenaio based + multiple choice questions and lot practical questions were there ...That's why i really enjoyed while doing this exam.......Oracle has really improved its standard in education...........
    Regards.
    Kamran Siddique
    Incharge Electronic Data Processin Department(EDP)& DBA
    Asian Management Institute-Iqra Unviversity-
    Lahore,PAKISTAN
    [email protected]

    You could go on a course like http://www.e-vector.com/e-vector/Introduction%20Training.htm the other way is to get an employeer to sponsor you. e-Vector have a number of programs to enable students to get practical experinace as well as class room skills. Go to www.e-vector.com

Maybe you are looking for

  • How to connect ATV into the Entertainment center

    I was wondering how people are connecting ATV into their entertainment center or components. I have of course the widescreen TV, ATV, also DVD, set top box and the stereo. The stereo is a late 80's/early 90's version that uses the copper stereo wirin

  • Error only on automatic start

    My workflow is set to automatically start when an item is created or changed, however, I automatically get "Error Occurred." If I manually start it, it works just fine.  My workflow history seems to be ok.  There are 3199 items with a limit of 20000.

  • SCCM Client PC's failing to download/install Windows Updates

    Hi, Last month I noticed that our client PC's, shortly after they had built (using SCCM Task Sequence)  were downloading and installing Windows Updates using the usual Windows Update process. What I mean is, I had Software Centre showing Updates as i

  • I cannot print or open print dialogue

    This morning I moved my MBP from home to the office and I can't print from any application. The print dialogue box takes an age to open and there are no printers in there. Also System Pref - Printers takes an age to open and its empty no printers? An

  • Shuffle with Dell laptop/Windows XP not recognizing in Itunes

    We just got a 1 GB Shuffle. We already had a Mini and a Nano that successfully connected to Itunes on our Dell Inspiron laptop running Windows XP. However, the Shuffle doesn't show up. When connected to any of the USB ports (and we also have an exter