OPEN VMS 시스템에서의 ORACLE AUTO STARTUP

제품 : ORACLE SERVER
작성날짜 : 1995-11-07
* OpenVMS 의 SYSTEM Account는 DBA 관련 작업을 할 수 없게 되어
있기 때문에 오라클의 Startup도 할 수 없다. 이 문제를 해결하기
위해서는 두가지 방법을 생각해 볼 수 있다.
[방법1] 시스템의 기동 시에 ORACLE7 에 의해서 작업이 수행되도록 설정한다.
1. 다음과 같은 내용을 갖는 프로시져(STARTUP_ORACLE7.COM)를 만든다.
$@ddcn:[oracle_root_directory.UTIL]ORAUSER.COM
$@ORA_RDBMS:INSORACLE.COM
$@ddcn :
[oracle_root_directory.DB_dbname]STARTUP_EXCLUSIVE_dbname.COM
여기서
ddcn: : 오라클이 인스톨된 디스크
oracle_root_directory : 오라클의 최상위 디렉토리
dbname : 오라클 데이타베이스 이름
만약 병렬 서버를 사용중이라면 프로시져 이름을
STARTUP_EXCLUSIVE_dbname.COM
에서 STARTUP_PARALLEL_dbname.COM 으로 바꾼다. 그리고 여러 개의 데이타
베이스를 Startup 시키려고 한다면 세번째 라인과 같은 항목을 각각의 데이타
베이스에 대해서 모두 기술해 주도록 한다.
2. 위에서 만든 프로시져를 ORACLE7 에 의해서 수행되도록 한다.
$SUBMIT/USER=ORACLE7 STARTUP_ORACLE7.COM
여기서 ORACLE7은 OpenVMS 의 ORACLE7 의 Account 이다. 필요한 내용이
있으면 SUBMIT 명령에 추가해도 된다. 예를 들어 ORACLE을 위의 프로시져로
Startup 시킬 때 에러가 발생하는 경우를 고려하여 배치 로그 화일을
저장하려고 한다면 /LOG/NOPRINT 스위치를 사용하면 된다.
[방법2] SET UIC 명령으로 ORACLE 을 Startup 시키기
1. 다음의 명령들을 시스템의 startup procedure 에 추가한다.
OpenVMS V5.x: SYS$STARTUP:SYSTARTUP_V5.COM
OpenVMS V6.x: SYS$STARTUP:SYSTARTUP_VMS.COM
$ SET UIC[ORACLE7]
$ SET RIGHTS_LIST/ENABLE ORA_DBA
$ @ddcn:[oracle_root_directory.UTIL]ORAUSER.COM
$ @ORA_RDBMS:INSORACLE.COM
$ @ddcn:[oracle_root_directory.DB_dbname]STARTUP_EXCLUSIVE_dbname.COM
$ SET UIC[SYSTEM]
여기서
ddcn: : 오라클이 인스톨된 디스크
oracle_root_directory : 오라클의 최상위 디렉토리
dbname : 오라클 데이타베이스 이름
ORACLE7 : OpenVMS ORACLE7 account
SYSTEM : OpenVMS SYSTEM account
만약 병렬 서버를 사용중이라면 프로시져 이름을 STARTUP_EXCLUSIVE_dbname.COM
에서 STARTUP_PARALLEL_dbname.COM 으로 바꾼다. 그리고 여러 개의 데이타
베이스를 Startup 시키려고 한다면 여섯번째 라인과 같은 항목을 각각의
데이타 베이스에 대해서 모두 기술해 주도록 한다.
SID 별로 ORA_<sid>_DBA 와 같은 ORACLE 권한 Identifier를 사용한다면
이와 같은 것들도 Enable 시켜야 한다. ORA_DBA 권한 Identifier 를
사용하지 않는다면 이것은 Enable 시키지 말도록 하고 만약 ORA_DBA 와
ORA_<sid>_DBA 를 모두 사용한다면 두가지 모두 Enable 시킨다.
2. OpenVMS SYSTEM Account 가 ORA_DBA and/or ORA_<sid>_DBA 권한    Identifier를 부여하였음을 확인하고 그렇지 않다면 다음과 같이 한다.
$ SET DEFAULT SYS$SYSTEM
$ RUN AUTHORIZE
UAF>GRANT/IDENTIFIER ORA_DBA SYSTEM
and/or
UAF>GRANT/IDENTIFIER ORA_<sid>_DBA SYSTEM
UAF>EXIT

If you follow the installation documentation it directs you to create dbora in /etc/init.d. This will start the listener and database.
I then alter the dbora file to run my script for the database instead.
It does a startup mount. At this point DG either opens it read-only or for automatic recovery.
If you are not using DG then you can manually open for read-only or recovery but not both at the same time.
Part of /etc/init.d/dbora...
start() {
echo -n $"Starting $prog: "
su - $ORA_OWNER -c "/u01/disks/data/scripts/dbmount"
su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start"
su - $ORA_OWNER -c "$AGENT_HOME/bin/emctl start agent"
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dbora
return $RETVAL
/u01/disks/data/scripts/dbmount...
#! /bin/bash
export ORAENV_ASK=NO
export ORACLE_SID=????
. oraenv
sqlplus / as sysdba <<!
startup mount;
alter database recover managed standby database disconnect;
!I also have two scripts to change the databases to read-only or recovery...
#! /bin/bash
export ORAENV_ASK=NO
export ORACLE_SID=????
. oraenv
dgmgrl / "edit database 'dr' set state='read-only'"
#! /bin/bash
# Start DR database in standby mode
export ORAENV_ASK=NO
export ORACLE_SID=????
. oraenv
dgmgrl / "edit database 'dr' set state='ONLINE'"I have these two scripts run at set times via cron.

Similar Messages

  • Lost al .pages and .numbers docs , iphoto and office programs won't open after changing: auto startup in: startup with password. all personal settings are also gone

    After i changed this setting: autologin. into login with password i restarted the computer.
    it started up with a blank personal surrounding. also my .pages and .numbers documents were gone, personal settings gone, iphoto won't open and office programs wo'nt open.
    in finder i can find several .doc documents and i can see that all my pictures are still on the system, But i can't open them.
    i was so stupid not to use time machine. But is there way to recover the system with my documents or something??
    please help.
    System Imac i5 intel 21.5 inch
    Software  Mac OS X Lion 10.7.3 (11D50b)

    Nope, without any backup they're probably gone for good. If you want you can purchase some data recovery software such as Data Rescue. I hope this may be a lesson why it's critical to backup your system, Time Machine is a good place to start.
    BTW when posting please use proper grammar, it's difficult to read a post when no caps are used.
    Good luck!

  • Oracle on  HP Integrity Servers with Open VMS

    Kindly let me know the availability of Oracle Database Server ( with version) on Itanium 2 based HP Integrity Servers (with Open VMS 8.2)

    I get the same error as well - pl report this in the "Downloads Issues" forum (Downloads Issues
    HTH
    Srini

  • Disable auto startup on opening the lid

    Apparently there is non possibility to disable the auto startup on opening the lid for the Aspire R13 (and maybe other devices): http://community.acer.com/t5/Notebooks-Netbooks/Aspire-R13-r7-371t-automatic-startup-with-display-lid/m-p/350609/highlight/false#M58486 It would be really useful to add this possibility.

    Thanks for the feedback, atagliaf.  I read the thread that was also posted on the Community Forum.
    I understand what you are asking for, but I would like to get a bit more info, if you don't mind, before I raise the issue to the design team.
    So, your laptop has been put to sleep by closing the lid.  And you KNOW that opening the lid will wake it up.  But for some reason you want to open the lid and NOT wake it up.  I'm not trying to be argumentative here at all, but I don't understand why this causes an issue.  It SEEMS to me like this feature was put in as a convenience, and while it may take a little time to get used to this behavior, I'm not understanding how this is a problem.  Please clarify for me, if you would.  Thanks again.

  • Migration RDB Open VMS to ORACLE for Solaris

    Hi,
    I need The Migration RDB 7.0-16 Open VMS to Any ORACLE version for Solaris.
    *Export/Import is Possible ?
    *Transparent Gateway ?
    ideas !!!
    Thanks

    Jagdish,
    We don't currently support migration from DB2 on the OS/390 platform. If you need a solution now, you might investigate a solution from one of our migration partners like Ispirer: http://www.ispirer.com/products/
    Donal

  • (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.

  • Restriction on running Apex on Open VMS?

    Hi,
    I have a client that is looking at Apex but is unsure if it is available and supported under Open VMS. They are running 10g Rel. 1.
    The confusion comes from a text on the download page of Apex that says :
    Note: Oracle Application Express 3.0 is supported on all Standard and Enterprise Edition versions of the Oracle database, 9.2.0.3 and higher. We specifically support the following platforms:
    Linux x86
    Microsoft Windows (32-bit)
    Mac OS X Server
    Linux on Power
    Linux x86-64
    z/Linux
    Linux Itanium
    Solaris x86
    Microsoft Windows (64-bit Itanium)
    Microsoft Windows (x64)
    Solaris Operating System (SPARC) (64 bit)
    AIX5L
    HP-UX PA-RISC
    HP Tru64 UNIX
    HP-UX Itanium
    It does mention that Apex is supported on ALL versions of the database but OpenVMS is not listed.
    thanks

    Hi Yvan,
    APEX runs inside the database, so assuming you have a DB that meets the minimum version requirements you should be fine.
    Regarding the OHS/HTTP server, you do not have to install it on the same machine, in other words you could easily install a Windows or Linux version of the OHS/HTTP Server on another machine and point it at your APEX installation in the DB.
    One other think, as far as I'm aware there aren't that many other VMS users using APEX, so asking for clarification that it works might mean you have to wait a long time for someone to answer. So I'd suggest....can you not just try it yourself? (I'm pretty sure it should be fine given then previous requirements constraints).
    John.

  • How to let database(10.2) auto startup when linux reboot?

    Hi all,
    I installed oracle database 10.2 in linux (x86),and created a database.
    I can startup the database manually. But database can not be started up automatic when linux starts up.
    How to let database startup automatic when OS starts up?
    the details shell scripts for auto startup would be appreciated!
    Thanks

    I don't know LINUX but I know Solaris. In Solaris, you have a startup and shutdown script in $ORACLE_HOME/bin. Setting the field to Y in oratab means you startup/shutdown the instance when executing the scripts. However, it does not mean the startup script will be
    executed upon reboot. In solaris, we place a script in /etc/rc3.d. Then the script will be executed upon reboot. Guess you have similar features in Linux.

  • Database auto-startup script

    Hi Team,
    How can I check whether the auto startup script is scheduled for the database after the server reboot
    OS version:Linux server1 2.6.18-194.11.1.el5 #1 SMP Tue Jul 24 05:45:06 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    DB version :11.2.0.2
    /etc/oratab entry is set to Y.
    But the database did not startup after the server reboot. How to verify that the auto startup script is available?

    http://www.oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux.php
    HTH
    Anand

  • HTMLDB on Open VMS

    Has anyone installed HTML DB on Open VMS. It is not offically supported but, I am told, since it is just web based PLSQL, it should work.

    Hi,
    I have a client that is looking at Apex but is unsure if it is available and supported under Open VMS. They are running 10g Rel. 1.
    The confusion comes from a text on the download page of Apex that says :
    Note: Oracle Application Express 3.0 is supported on all Standard and Enterprise Edition versions of the Oracle database, 9.2.0.3 and higher. We specifically support the following platforms:
    Linux x86
    Microsoft Windows (32-bit)
    Mac OS X Server
    Linux on Power
    Linux x86-64
    z/Linux
    Linux Itanium
    Solaris x86
    Microsoft Windows (64-bit Itanium)
    Microsoft Windows (x64)
    Solaris Operating System (SPARC) (64 bit)
    AIX5L
    HP-UX PA-RISC
    HP Tru64 UNIX
    HP-UX Itanium
    It does mention that Apex is supported on ALL versions of the database but OpenVMS is not listed.
    thanks

  • Safari 6 won't open the homepage at startup on Mountain Lion

    Safari 6 won't open the homepage at startup on Mountain Lion... why ?

    Do you happen to have an old version of Glims installed. if so try this new version http://www.MacHangout.com/dwnlds/Glims1b34DEV.dmg.zip
    It seems to have fixed the problem for me.
    Cheers, Rick May.

  • How to Open an Oracle Apps Screen from a web page

    Hi,
    We have requirement for Opening an Oracle Application screen (say sales order form) directly from a web page.
    I could get the URL of the required screen, but the URL contains an ICX_TICKET number, which is generated dynamically by Oracle Apps. So I can't use a static URL for this.
    Do you know how I can use or generate an ICX_TICKET in runtime? My user will have an active Oracle Application screen opened along with web page. He want to navigate to Oracle Apps screen from Web page. Hopes this makes the requirement more clear.
    Thanks for your time,
    Aneesh

    Hi Helios,
    I have identified a function to generate ICX_ticket. By appending this ticket, I am able to open the Oracle Apps screen. Now, is there in implication on the security side, if I go ahead this way?
    Function
    fnd_gfm.one_time_use_store(icx_sec.GetSessionCookie(CZ_CF_API.ICX_SESSION_TICKET),300,'FORMS_APPLET')
    Anyways, I am raising an SR as u suggested.
    Thank you,
    Aneesh

  • How to Open an Oracle Report From a JSF Page

    Hi there,
    I would be really grateful if anyone would find me a solution to the following scenario:
    In my company, we have a project where we have to convert Oracle Forms and Reports to Java Web Application. The conversion of forms is being done thourgh JSF/ADF technology but how can i open an Oracle Report from a JSF page after supplying it with parameters ? Or i have to do some type of conversion before ?
    Once again i would be thankfull for your replies.

    Tapash,
    Thanks for reponding.
    Here is the URL I am currently using :
    https://gccss.glendale.edu:8001/dev60cgi/rwcgi60?server=rep60_crp3+userid=apps/pswd@crp3+report=/u07/oracle/crp3appl/gcccus/11.5.0/reports/US/GCC_ACCRUAL_BAL_0505.rdf+desformat=html+paramform=yes+destype=cache+p_accesscode=""
    The p_accesscode is the parameter I need to pass to the Oracle report.
    Currently, when I click the button, it invokes the above URL and takes me to the parameter form of the Oracle report and when I enter the Username, it runs the report and displays the desired output. But, what I need to achieve is, to pass the current user who has logged in behind the scene and to get rid of the parameter screen totally. Is this doable ? If yes, please help me !!!
    Thanks
    Hilal

  • Error while opening the ORACLE application

    hi
    when i am opening the Oracle application(DB & oracle forms) -frm-40815 message is coming and when i say enter and it is asking me database details. I checked the oracle services and they are in started state and server path is also pinging but i am not able to open the application. so i restarted the server .
    After restarting the server the application started working fine.
    But this is happening daily when the day started . Please let me know if any thing i need to check.

    Thanks John, that's the solution. For some reason I'd forgotten that DCErrorHandlerImpl exists in the controller layer, not the model layer, so it makes perfect sense to override it and do the redirect.
    Here's what I came up with:
    @Override
    public void reportException(DCBindingContainer dCBindingContainer,
                                Exception exception) {
        try {
            String message = exception.getMessage();
            if (message.indexOf("JBO-26061") >= 0) {
                FacesContext.getCurrentInstance().getExternalContext().redirect("faces/ErrorPageJDBCFailure.jspx");
            } else
                super.reportException(dCBindingContainer, exception);
        } catch (IOException e) {
    }The following OTN post shows some other methods to do the redirect: JSF forward Vs redirect
    Cheers!
    CM.

  • Form is not opening in oracle apps

    Hi,
    I have installed apps 11.5.10.2. installation went successfull with out any issues.
    i am able to open raouf.oracle.com:8000 and able to login.
    Responsibility page is getting opened.
    when i am click to open the form...in any responsibility. netscape navigator
    getting closed...tried with mozilla as well with IE 8..got the similar issue...
    Following error i see in the log file.
    mod_jserv.log
    [06/12/2009 10:43:05:937] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:17000
    [06/12/2009 10:43:05:953] (EMERGENCY) ajp12: function connection fail
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: can not connect to host 123.201.146.30:16000
    [06/12/2009 10:43:07:031] (EMERGENCY) ajp12: function connection fail
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.com
    iAS\Apache\Apache\aferror.og
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    [Dec 6, 2009 2:21:09 AM GMT+05:30]:1260046269125:Thread[Thread-250,10,main]:-1:-1:raouf:123.201.67.104:8100:16000:UNEXPECTED:[fnd.framework.OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: Io exception: Got minus one from a read call; (Could not lookup message because there is no database connection)
    Can you please help me on this.
    Thanks

    Hi,
    Host file entry i have:
    127.0.0.1 localhost raouf.oracle.com
    169.254.25.129 raouf.oracle.com
    123.201.70.57 raouf.oracle.comWhy do you have two entries for the same host? Please edit this file, and make sure you have one IP Address for "raouf.oracle.com", run AutoConfig on the database/application tier nodes then try again.
    For the browser, make sure you use a certified client OS/Browser.
    Regards,
    Hussein

Maybe you are looking for