Oracle don't startup automatically on boot

Hi, I create a virtual machine on Sun Virtualbox (guest windows 2003 and my host is windows 7). This instalation is to study oracle database!
In guest Windows 2003, there are 2 network interfaces: a loopback (IP: 10.168.10.50) and a bridge (that to connect to internet - IP: 196.168.0.180 - dinamically DHCP). The hostname of guest is "oracle". I install the oracle 10.2.0.
After install oracle, when I restart windows, it startups automatically! But after time, I need start manually in sqlplus (startup) because error "ora-12514: TNS: Listener does not currently know of service requested in connect descriptor".
Below following listener.ora and tnsnames.ora files:
File listener.ora
# listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))
File tnsnames.ora
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
After I startup the instance (orcl), everyting run normally, but the instance doesn't statup automatically!
Someone can help me?

Hello,
You may try also this method.
You can create a *.bat* script which start first the Listener, then the database (and the OracleService<SID>) as follow:
set ORACLE_SID=<SID>
lsnrctl start
oradim -startup -sid <SID> -starttype srvc,instThen, with the Windows Task Scheduler you create a Task to launch this *.bat* script at the Server startup.
By that way you may control that the Listener start before the Database.
Hope this help.
Best regards,
Jean-Valentin

Similar Messages

  • OC4J  instance doesn't start automatically on boot.

    I've installed 9iAS 9.0.2 on a Win2K advanced Server machine.
    However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager.
    Is there any way to make them start up automatically?

    Is your Oracle9iASProcessManager service set to automatic ? If so the OC4J and HTTP server processes will startup automatically.
    regards
    Debu Panda
    oracle

  • Help! How to get DS 5.2 SP4 to startup automatically @ boot?

    Hi,
    I've been working on the installation and configuration for DS 5.2 P4 (on Solaris 9), and I ran across the same problem that I did awhile ago.
    After doing the DS installation using "setup", the "directoryserver" command/script (/usr/sbin/directoryserver) doesn't work.
    Then, because of that, the /etc/init.d/rc2.d/S72directory (which uses "directoryserver") also doesn't work, and so, DS 5.2 doesn't startup at boot automatically.
    According to some research I did, the reason the "directoryserver" doesn't work is because it apparently only gets installed/configured correctly if you install DS with a pkgadd, but there is no pkgadd for DS 5.2 P4 (the latest version). There's only a TAR.GZ distribution.
    I ran across this awhile ago, but never found a solution, except to maybe hack my own startup in /etc/init.d/rc2.d, and I was wondering if anyone knows how to configure things so that DS would work startup automatically at boot?
    Thanks,
    Jim

    # cd /etc/rc2.d
    # mv S72directory s72directory
    # cd /etc/rc3.d
    # ln -s /etc/init.d/directory S99directory
    # vi /etc/init.d/directory
    Create your own start/stop script /etc/init.d/directory with the following content.
    IDS5_PATH=/var/Sun/mps
    SERVER_ID=`hostname`
    LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/ssl/lib:/var/Sun/mps/lib:/usr/lib/mps
    export LD_LIBRARY_PATH
    case "$1" in
    'start')
    echo 'SUN ONE Directory Server service starting.'
    $IDS5_PATH/slapd-$SERVER_ID/start-slapd
    $IDS5_PATH/start-admin
    'stop')
    echo 'SUN ONE Directory Server service stopping.'
    $IDS5_PATH/stop-admin
    $IDS5_PATH/slapd-$SERVER_ID/stop-slapd
    echo "Usage: $0 { start | stop }"
    exit 1
    esac
    If you have SSL Cert DB, you would need to create a pin text file storing the private key password.
    # echo "Internal (Software) Token:secret" >/var/Sun/mps/alias/slapd-`hostname`-pin.txt
    IMPORTANT NOTE: DO NOT LEAVE ANY SPACES after the "Token:" and at the end of the line or else the password will not be recognized by "start-slapd".
    # chmod 400 /var/Sun/mps/alias/slapd-`hostname`-pin.txt
    Gary

  • Oracle 8.1.7 on windows 2000 don't start automatic :(

    Why Oracle 8.1.7 don't start automatic on windows 2000 :(
    Services
    Oracleora3Agent
    Oracleora3DataGatherer
    Oracleora3TNSListener
    OracleServiceORA3
    are started autamatic. (ora3 is SID)
    if I execute command "startup open" in Server Manager (svrmgrl), then DataBase started

    I've got the same problem.
    However, I've found that if I set the OracleServiceXXX startup to manual, If I then issue a net start statement it works OK.
    i.e NET START OracleServiceXXX
    Hope this helps.

  • Oracle 11g XE listener does not start automatically during boot

    Hi,
    This happened to me recently I just wanted to share it with you.
    For development I was running Standard Edition, at some point I decided to run also XE on the same server for another reasons. Everything was working fine, except that after restart of the server, the XE listener is not starting automatically. Debugging the startup script I found that this happens because of a bug in the code, which assumes that XE listener is running if it finds the word LISTENER within the processes list. I didn't found any obligation in the docs for running XE without any other databases on the same host.
    In file /etc/init.d/oracle-xe, at line 556 the code is failing:
    1     + status='oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit'
    2     + '[' 'oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit' == '' ']'
    As you can see I have another listener(the one for SE) running and because of the XE startup script found the keyword LISTENER it’s supposing that the XE LISTENER is already running.
    To fix this simply change line 556 from:
    1     status=`ps -ef | grep tns | grep oracle`
    To:
    1     status=`ps -ef | grep tns | grep oracle | grep xe`
    Now XE listener is started automatically during boot.
    Sve
    Blog: http://sve.to
    Twitter: sgyurov

    I though the same thing, but XE LISTENER is running on localhost and port 1522. On the other hand XE have local_listener explicitly set to the very same connection descriptor. Even XE installation was second on this server.
    I've could change that yes, but the startup script doesn't seemed to have this mind.
    Regards,
    Sve

  • How to automate an oracle 8i database startup

    I have an Oracle 8i database with the SID = MUKREC and installed on C:\
    Whenever the computer is restarted, the database doesnot startup automatically
    But has to be started manually. What could be the cause of this issue and how
    can I resolve it. So that whenever I restart the PC I donot have to start the
    database manually.
    Thanks
    Kaybroz

    Dear Pravintakpire,
    Thanks alot for the reply but,
    When I open the Services console, there is a service called OracleServiceMukrec and its startup type is already Automatic and the status is showing 'Starting'
    Me I suspect the issue may be arising on the init.ora file because when I try to use the GUI(DBA Studio) to start the database I realise that it is pointing to "C:\Oracle\Ora81\sysman\ifiles\def_MUKREC.ora" as the init.ora file yet it should be pointing to "C:\Oracle\admin\Mukrec\pfile\init.ora"
    So how should go about it and what's your opnion concerning this.
    Thanks

  • Database does not  startup automatically

    Oracle8i/Windows 2000 server
    we have three database ,all are 9am to 6pm database
    running on ARCHIVELOGMODE.
    Few days back due to disk crash,
    we have recovered our database using coldback up.
    since we did not copy archive logs to different disk,
    we lost some data.
    disk was under warranty ,it was replaced.
    then the database did not startup automatically.
    okay the problem was,during booting(since 9am to 6pm database), we were daily logging in svrmgrl and startup the database manually.
    now we have automated the above(startup) script in
    windows scheduled task.
    what to do to solve this problem.

    Hi
    c:\document and settings\admin>ORADIM -EDIT -SID <SID> -startmode auto -pfile D:\oradata\SID\initsid.ora
    This will add few entries to the regedit
    Go to regedit
    HKEY_LOCALMACHINE\software\oracle
    ORA_SID_PFILE=D:\oradata\SID\initsid.ora
    ORA_SID_AUTOSTART=TRUE
    check these values

  • Components don't start automatically, is that normal?

    Hi
    I installed the 9iAS R2 Portal Server, both the infrastructure and the portal.
    I understood that the components should start automatically. I'm talking about the following comps:
    -Internet Directory
    -HTTP Server
    -OC4J_DAS
    -HTTP Server
    -OC4J_Portal
    -OC4J_Wireless
    -Single Sign-On:orasso:7777
    -Portal:portal:7778
    -Web Cache
    -Wireless
    However, they don't start automatically. Or at least, they don't do fast enough and I'm assuming they don't do at all. So I'm starting them manually and that takes time.
    Should they start automatically or not?
    TIA,
    Brian

    It depends on your platform. For Linux, UNIX and HP-UX, I am almost sure that these services need to be manually started after machine startup - unless of course (in the case of Linux) you have these start up scripts written and part of the /etc/init.d directory from where it is invoked at time of start up.
    Re: your comment about it being funny that you should know this since you teach a portlet class for Oracle University......Oracle Univ Education is very pricey I would hate to think that I am attending a class where the instructor is not up to snuff on such basic matters.
    Message was edited by:
    mathewjn

  • Dhcpcd does not start automatically on boot

    Hi everyone,
    I have just installed Arch (64 bit) and am running on a dynamic, wired connection.
    I followed the Beginners' Guide and enabled the dhcpcd service during the installation so that it would start automatically on boot.
    systemctl enable [email protected]
    However, I currently must issue the command "dhcpcd" each boot before the internet starts to work.
    Does anyone know how I can automate this process or if I need to further configure my network connection?
    Thank you in advance.
    Last edited by Ipozya (2012-11-15 11:29:05)

    foppe wrote:
    Check the output from
    # systemctl status [email protected]
    to debug the issue you're experiencing.
    % sudo systemctl status [email protected]
    [email protected] - dhcpcd on eth0
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-15 20:38:16 GMT; 27 sec ago
    Process: 244 ExecStart=/sbin/dhcpcd -A -q -w %I (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/[email protected]/eth0
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sendmsg: Cannot assign requested address
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: broadcasting for a lease
    Nov 15 20:37:51 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:55 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: no IPv6 Routers available
    Nov 15 20:38:16 arch dhcpcd[244]: timed out
    Nov 15 20:38:16 arch systemd[1]: Failed to start dhcpcd on eth0.
    Nov 15 20:38:16 arch systemd[1]: Unit [email protected] entered failed state
    Dhclient did not work automatically on boot either.
    Others seem to have experienced similar issues but I don't see any real solutions in any of these posts, despite being marked as solved. For example, adding "-t 120" to the dhcpcd start line in /usr/lib/systemd/system/[email protected] did not work for me.
    I also tried the following but it did not work either and I had to issue "dhcpcd" before internet started working.
    Install and configure wired and wireless networking
    # pacman -S netcfg ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    Make sure the WIRED_INTERFACE and WIRELESS_INTERFACE lines is uncommented
    # nano /etc/conf.d/netcfg
    # systemctl enable net-auto-wired.service
    # pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
    # systemctl enable net-auto-wireless.service
    https://bbs.archlinux.org/viewtopic.php?pid=1176656
    https://bbs.archlinux.org/viewtopic.php?pid=1189587
    https://bbs.archlinux.org/viewtopic.php?pid=1180192
    Last edited by Ipozya (2012-11-15 21:08:03)

  • How to stop the oracle xe from startup in windows xp.

    Hi ,
    I've installed Oracle Database 10g XE on my windows xp desktop.When ever my machine is getting starting oracle xe is taking a lot of time for startup.
    I would like to disable the oracle xe from my startup , i can start up or stop the db anytime later using the links in start menu.
    Can any one let me know how to disable oracle xe from startup.If it was any other normal programs i would have done that from the msconfig program->Startup.
    Any suggesstions/solutions would be very helpful.
    Thanks,
    Bhasker

    Got the answer to my question from the posts in other categories
    How to stop Oracle XE from starting at System Startup
    Re: How to stop Oracle XE from starting at System Startup
    oracle at startup
    oracle at startup
    Oracle 10g XE - default to off at system startup
    Oracle 10g XE - default to off at system startup
    Thanks,
    Bhasker.

  • Oracle 11gR2 systemd startup script

    I would like to write down the systemd startup script here for I can't find any on the internet. wish people don't have to browse around and find nothing.
    everything on internet is about 9i and no systemd startup script example.
    I hv tried several times that the script runs right and start up oracle at bootup.
    Issuing systemctl and it returns the following
    oracle.service                loaded active exited    Oracle database serverthe script is working on my Fedora 18 x86_64.
    Please give your input if you find mistake, error, or anything wrong.
    Thank you
    oracle.service
    [Unit]
    Description=Oracle database server
    After=syslog.target network.target
    [Service]
    Type=oneshot
    User=oracle
    Group=oinstall
    RemainAfterExit=yes
    ExecStart=/bin/oracle.sh;
    [Install]
    WantedBy=multi-user.targetoracle.sh
    #! /bin/bash
    #  script used by oracle.service
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=orcl
    ORACLE_BASE=/home/oracle/app/oracle/product/11.2.0
    $ORACLE_HOME/bin/lsnrctl start;
    $ORACLE_HOME/bin/dbstart $ORACLE_HOME;

    newbieRyan wrote:
    I would like to write down the systemd startup script here for I can't find any on the internet. wish people don't have to browse around and find nothing.
    everything on internet is about 9i and no systemd startup script example.Really??!?!?!
    I googled 'start oracle on linux startup" and the very first hit is pretty much the standard reference on the subject: http://www.oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux.php
    I hv tried several times that the script runs right and start up oracle at bootup.
    Issuing systemctl and it returns the following
    {code}
    oracle.service loaded active exited Oracle database server
    {code}
    the script is working on my Fedora 18 x86_64.
    Please give your input if you find mistake, error, or anything wrong.
    Thank you
    oracle.service
    {code}
    [Unit]
    Description=Oracle database server
    After=syslog.target network.target
    [Service]
    Type=oneshot
    User=oracle
    Group=oinstall
    RemainAfterExit=yes
    ExecStart=/bin/oracle.sh;
    [Install]
    WantedBy=multi-user.target
    {code}
    oracle.sh
    {code}
    #! /bin/bash
    # script used by oracle.service
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=orcl
    ORACLE_BASE=/home/oracle/app/oracle/product/11.2.0
    $ORACLE_HOME/bin/lsnrctl start;
    $ORACLE_HOME/bin/dbstart $ORACLE_HOME;
    {code}

  • (V7.3 ~ V8.X) ORACLE DB AUTO STARTUP/SHUTDOWN ON SUN SOLARIS 2.6/2.7

    제품 : ORACLE SERVER
    작성날짜 : 2003-06-02
    (V7.3 ~ V8.X) ORACLE DB AUTO STARTUP/SHUTDOWN ON SUN SOLARIS 2.6/2.7
    ====================================================================
    PURPOSE
    이 자료는 O/S startup 시에 Oracle RDBMS 서비스를 자동으로 startup하
    는 방법에 대한 자료이다.
    Explanation
    sun solaris 부팅 시 oracle DB를 auto startup하도록 하는 데 관련된 화일들이다.
    /etc/inittab : o/s의 초기화 과정을 조절하는 화일
    /etc/rc2 : 부팅 run-level 2 에서 사용되는 스크립트
    /etc/rc0 : 부팅 run-level 0 에서 사용되는 스크립트
    /etc/rc2.d/S99dbstart : /etc/init.d/dbstart 에 대한 symbolic link
    /etc/rc0.d/K01dbshut : /etc/init.d/dbshut 에 대한 symbolic link
    /var/opt/oracle/oratab : 시스템에 설치된 오라클 인스턴스에 대한 정보.
    (참고)
    /etc/init.d/dbstart, dbshut 화일은 super user(root)로 생성하시고,
    symbolic link도 super user로 만드시기 바랍니다.
    이 화일들은 super user가 owner가 되도록 하고, super user(root)만이
    실행 가능하도록 해야 합니다.
    1. 먼저 vi /etc/inittab 화일을 열어보십시오.
    ap::sysinit:/sbin/autopush -f /etc/iu.ap
    fs::sysinit:/sbin/rcS >/dev/console 2>&1 </dev/console
    is:3:initdefault:
    p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/console 2>&1
    s0:0:wait:/sbin/rc0 >/dev/console 2>&1 </dev/console
    s1:1:wait:/usr/sbin/shutdown -y -iS -g0 >/dev/console 2>&1 </dev/console
    s2:23:wait:/sbin/rc2 >/dev/console 2>&1 </dev/console
    s3:3:wait:/sbin/rc3 >/dev/console 2>&1 </dev/console
    s5:5:wait:/sbin/rc5 >/dev/console 2>&1 </dev/console
    s6:6:wait:/sbin/rc6 >/dev/console 2>&1 </dev/console
    fw:0:wait:/sbin/uadmin 2 0 >/dev/console 2>&1 </dev/console
    of:5:wait:/sbin/uadmin 2 6 >/dev/console 2>&1 </dev/console
    rb:6:wait:/sbin/uadmin 2 1 >/dev/console 2>&1 </dev/console
    sc:234:respawn:/usr/lib/saf/sac -t 300
    co:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` console login: " -T
    sun
    -d /dev/console -l console -m ldterm,ttcompat
    s1부터 s6까지 os file들에 대해 위와 같이 device redirection이 연결되어
    있으면 됩니다.
    s2:23:wait:/sbin/rc2 >/dev/console 2>&1 </dev/console
    위와 같이 설정하면 run-level 2일 경우 /sbin/rc2 스크립트가 실행된다.
    /sbin/rc2 는 /etc/rc2.d 디렉토리에 들어있는 스크립트를 실행한다.
    만약 스크립트가 S 로 시작하면 /sbin/rc2 는 이 스크립트에 startup 파라미
    터를 부여하고 여기서 지정된 프로세스를 실행시킨다.
    따라서 /etc/rc2.d/S99dbstart 화일을 사용하여 dbstart를 실행한다.
    shutdown 과정도 거의 비슷하다. /etc/inittab 에 다음과 같은 라인을 보자.
    s0:0:wait:/sbin/rc0 >/dev/console 2>&1 </dev/console
    이것은 /sbin/rc0 를 실행시키는데 /sbin/rc0 는 /etc/rc0.d 디렉토리에
    들어있는 스크립트를 실행시킨다.
    스크립트 이름이 K 로 시작하면 이것은 stop 파라미터를 갖고 실행되어서 이
    스크립트에 지정된 프로세스를 정지시킨다.
    따라서 /etc/rc0.d/K01dbshut 스크립트는 stop 파라미터를 갖고 실행되며
    이 스크립트는 $ORACLE_HOME/bin/dbshut 스크립트를 실행시켜서 오라클을
    shutdown 시킨다.
    2. 그 다음에 vi /etc/rc2 화일을 한번 열어보세요.
    이 스크립트 화일은 run-level 2에서 사용되는 스크립트입니다.
    특별히 수정할 내용은 없으나, 이 화일이 존재하는지 확인해 보십시오.
    PATH=/usr/sbin:/usr/bin
    set `/usr/bin/who -r`
    if [ x$9 = "xS" -o x$9 = "x1" ]
    then
    echo 'The system is coming up. Please wait.'
    BOOT=yes
    3. 그 다음에 vi /etc/rc0 화일을 한번 열어보세요.
    이 스크립트 화일은 run-level 0에서 사용되는 스크립트입니다.
    특별히 수정할 내용은 없으나, 이 화일이 존재하는지 확인해 보십시오.
    PATH=/usr/sbin:/usr/bin
    echo 'The system is coming down. Please wait.'
    # make sure /usr is mounted before proceeding since init scripts
    # and this shell depend on things on /usr file system
    /sbin/mount /usr > /dev/null 2>&1
    # The following segment is for historical purposes.
    # There should be nothing in /etc/shutdown.d.
    if [ -d /etc/shutdown.d ]
    then
    for f in /etc/shutdown.d/*
    if [ -s $f ]
    then
    /sbin/sh ${f}
    fi
    fi
    4. /etc/init.d/dbstart 와 /etc/init.d/dbshut 스크립트를 만들어야 합니다.
    그 내용은 각각 다음과 같이 한 줄로 작성합니다.
    /etc/init.d/dbstart 화일은 다음과 같이 만듭니다.
    su - <oracle_owner> -c <$ORACLE_HOME>/bin/dbstart
    /etc/init.d/dbshut 화일은 다음과 같이 만듭니다.
    su - <oracle_owner> -c <$ORACLE_HOME>/bin/dbshut
    5. /etc/rc2.d/S99dbstart 화일을 /etc/init.d/dbstart에 대한 link로 생성합니다.
    ln -s /etc/init.d/dbstart /etc/rc2.d/S99dbstart
    6. /etc/rc0.d/K01dbshut 화일을 /etc/init.d/dbshut에 대한 link로 생성합니다.
    ln -s /etc/init.d/dbshut /etc/rc0.d/K01dbshut
    7. /var/opt/oracle/oratab 화일을 엽니다.
    oratab 화일은 일반 텍스트 화일로서 시스템에 설치된 오라클 인스턴스에 대한
    정보를 가지고 있는데 보통 3개의 필드로 이루어져 있으며,
    첫번재 필드는 ORACLE_SID, 두번째 필드는 ORACLE_HOME, 세번째 필드는 Y 또는
    N으로 구성되어 있습니다. 해당 인스턴스를 auto startup 시키려면 세번째
    필드가 반드시 Y로 세팅되어 있어야 합니다.
    아래에 예를 참조하세요.
    ORA805:/oracle4/ora8/app/oracle/product/8.0.5:Y
    ORA815:/oracle4/ora8i/app/oracle/product/8.1.5:Y
    (주)
    만약, <$ORACLE_HOME>/bin/dbstart 수행에 오류가 있으면 기존의 dbstart 화
    일을 다른 path에 rename하고, 아래 내용만 가지고 <$ORACLE_HOME>/bin/ 아래
    에 dbstart 화일을 다음과 같이 만든다.
    svrmgrl <<EOF
    connect internal
    startup
    exit
    EOF
    Example
    none
    Reference Documents
    none

    Hi Frank,
    This is a bug in 9.0.1. It is fixed in 9.2 and
    backported to 9.0.1.2 (rdbms 9.0.1.2 patch). Note that you
    need to specify the sdo_indx_dims=2 in the parameter clause.
    As a workaround in 9.0.1.0 you could do:
    (1) remove the z coordinate (as you mentioned),
    (2) set the srid to null (instead of 8307) both in
    the geometries as well as the index metadata,
    (3) set geodetic=false in the create-index parameters.
    Hope that helps,
    Ravi.

  • HT1918 I don't want automatic payment for Pandora. How do I change it?

    I don't want automatic payment for Pandora. How do I change it?

    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098

  • Folder with question mark on startup after using boot camp!!!

    im getting a folder with a question mark on startup after using boot camp. it shows up for a second, then the apple logo pops up and OSX boots normally. i wouldnt be concerned except this folder with the question mark usually shows up when the computer cant find the startup disk or OS. so in fact what is happening is that my macbook cant find the startup disk for a second and then seems to find it. is anybody else having this problem. i dont like it and want to get rid of it. help!!

    This is correct.
    I wonder how it can be that in the System Preferences - Startup Disk - OS X volume can become "deselected" like it was... I had to re-highlight the OS X volume and all is well.
    b
    MBP & Mac Mini   Mac OS X (10.4.6)   http://www.therottenapple.net/phpbb

  • CRS process does not startup automatically when the system is rebooted

    Hi. all.
    SOME TIMES(not always), CRS process ( exactly OracleCRService on
    windows2003) does not startup automatically when the windows2003 is
    rebooted.
    O/S is windows2003 server.
    DB is 10.2.0.2.0 RAC database that has 2 nodes.
    I am testing a RAC database configuration, and thus rebooting one node
    intentionally by turn.
    I have tested about 20 times, and 17 times is OK. All required process is up
    and all instance is up.
    However, 3 times, OracleCRService services does not start, and concequently
    database instance does not start automatically.
    Here is the log of "crsd.log" file on the active node.
    2007-05-31 17:43:13.281: [ CRSEVT][1720]32Processing RecoveryDone
    2007-05-31 17:46:51.968: [ CRSRES][3876]32StopResource: setting CLI values
    2007-05-31 17:46:52.437: [ OCRMAS][2368]th_rcfg_con: pudata retval [12]. Member [2] might have gone down
    2007-05-31 17:46:52.437: [ OCRMAS][2368]proath_master: Node [2] came up/down 1/0 [1]. Problem retrieving pubdata. Should get down reconfig soon
    2007-05-31 17:48:26.890: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.000: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.109: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.218: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.328: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.437: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.546: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.656: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.750: [ COMMCRS][2668]clsc_send_msg: (028BA8A0) NS err (12571, 12560), transport (533, 57, 0)
    2007-05-31 17:48:27.750: [ CRSCOMM][2852]32CLSC connect failed tonmsp109ret = 9
    2007-05-31 17:48:27.859: [ CRSEVT][2852]32invokepeer ret 200
    2007-05-31 17:48:27.859: [ CRSRES][2852]32Remote start never sent to nmsp109: X_E2E_NotSent : Failed to connect to node: nmsp109
    (File: caa_CmdRTI.cpp, line: 492
    2007-05-31 17:48:27.859: [ CRSRES][2852][ALERT]32Remote start for `ora.nmsp109.gsd` failed on member `nmsp109`
    Is there anyone who can help me?
    Thanks in advance.
    Best Regards.
    Message was edited by:
    user507290

    oops- wrong forum!
    Please try the RAC forum.

Maybe you are looking for