HT2652 Cannot Startup

Reference : http://support.apple.com/kb/HT2652
When I press the startup button, the LED#7 Flash one time  with red color, and the startup button light only flash one time, the MAC didn't startup.  What's wrong with my mac? Please help!

That sounds like a hard drive failure at the very least or a power supply failure so the drive will not work. I'd say you need some repair work. Take it in for service to find out what's wrong and how much it will cost to fix.

Similar Messages

  • Cannot startup connection pool  no suitable driver /WLS 6.1 SP4

    hi all,
    i got a problem in creating a ConnectionPool with weblogic 6.1 sp4.
    my connection pool has following config data:
    URL:jdbc:oracle:[email protected]:1521:ESECD7
    Driver:oracle.jdbc.driver.OracleDriver
    props
    username=aaaa
    password=bbbb
    in my startWebLogic.cmd i have following classpath:
    set PATH=.\bin;%PATH%;c:\bea\wlserver6.1\config\mydomain;c:\bea\wlserver6.1\bin\oci817_8;c:\oracle\ora92\bin;%PATH%
    set CLASSPATH=C:\oracle\ora92\jdbc\lib\classes111.zip;C:\oracle\ora92\jdbc\lib\classes12.zip;.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;c:\bea\jolt.jar;c:\bea\joltwls.jar;c:\bea\joltjse.jar
    but i keep on gettign the exception Cannot startup connection pool.. no suitable
    driver
    to me it looks like everything is in classpath...
    any ideas?
    regards
    marco

    Marco wrote:
    hi all,
    i got a problem in creating a ConnectionPool with weblogic 6.1 sp4.
    my connection pool has following config data:
    URL:jdbc:oracle:[email protected]:1521:ESECD7
    Driver:oracle.jdbc.driver.OracleDriver
    props
    username=aaaa
    password=bbbb
    in my startWebLogic.cmd i have following classpath:
    set PATH=.\bin;%PATH%;c:\bea\wlserver6.1\config\mydomain;c:\bea\wlserver6.1\bin\oci817_8;c:\oracle\ora92\bin;%PATH%
    set CLASSPATH=C:\oracle\ora92\jdbc\lib\classes111.zip;C:\oracle\ora92\jdbc\lib\classes12.zip;.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;c:\bea\jolt.jar;c:\bea\joltwls.jar;c:\bea\joltjse.jar
    but i keep on gettign the exception Cannot startup connection pool.. no suitable
    driver
    to me it looks like everything is in classpath...
    any ideas?
    regards
    marcoHi. Read the weblogi startServer script, and the startWLS script it calls. These
    scripts build up a string which is added to the java commandline that starts
    the server, with an argument -classpath ....... Unless the driver shows up there,
    the server doesn't see it.
    However, we already include a version of the oracle thin driver. It may not be
    the best (it's old), so you will want to make sure you version gets in to the classpath
    argument ahead of our stuff, but the old driver would have been invoked...
    Therefore, I suspect your URL is not exactly correct. Please verify that this exact URL
    works in a simple standalone JDBC program using the driver you want, without any
    weblogic code in the picture.
    thanks,
    Joe

  • Cannot Startup Grid in 11gR2 RAC after Install Grid Successfully

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (main VM rac1 and slave VM rac2) with Oracle Linux 5.6 according to the website http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    Grid and RAC database have been installed successfully for both VMs rac1 and rac2.
    I am using the slave VM rac2 to test Grid and RAC database because rac1 disk is full.
    The problem is that OCR file is not available or currupted in the slave VM rac2.
    I have created a pfile and add entry in the file sqlnet.ora in the slave VM rac2. By now, I still cannot startup Grid as below:
    [ora11g@rac2 /]$ cd u01/app/grid/bin/
    [ora11g@rac2 bin]$ crsctl status resource
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Status failed, or completed with errors.
    [ora11g@rac2 bin]$ cd /u02/11g_db/ora11g/racdb/bin
    [ora11g@rac2 bin]$ srvctl config database -d racdb
    PRCD-1027 : Failed to retrieve database racdb
    PRCR-1070 : Failed to check if resource ora.racdb.db is registered
    Cannot communicate with crsd
    [ora11g@rac2 bin]$
    [ora11g@rac2 ~]$ cd /u01/app/grid/bin
    [ora11g@rac2 bin]$ export ORACLE_SID=+ASM2
    [ora11g@rac2 bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Mar 26 12:40:35 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u02/11g_db/ora11g/racdb/dbs/init+ASM2.ora'
    SQL>
    I have checked that there is no the file init+ASM2.ora in the directory '/u02/11g_db/ora11g/dbs'.
    As we see the outputs above, my question is:
    Can any folk help to solve the issue to start up Grid ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. Let's analyze 3 cases as follows:
    Case 1:
    If don't export ORACLE_SID=+ASM2, the output is below:
    [ora11g@rac2 /]$ cd u01/app/grid/bin
    [ora11g@rac2 bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 27 12:31:35 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA/racdb/spfileracdb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/racdb/spfileracdb.ora
    ORA-15077: could not locate ASM instance serving a required diskgroup
    SQL> startup pfile='/u01/app/grid/dbs/pfile'
    ORA-01031: insufficient privileges
    SQL>
    Case 2:
    If export ORACLE_SID=+ASM2, the output is below:
    [ora11g@rac2 bin]$ export ORACLE_SID=+ASM2
    [ora11g@rac2 bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 27 12:41:33 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u02/11g_db/ora11g/racdb/dbs/init+ASM2.ora'
    SQL> startup pfile='/u01/app/grid/dbs/pfile'
    ORA-01031: insufficient privileges
    SQL>
    Case 3:
    Now, as you indicated, I export ORACLE_SID=racdb2, the output is below:
    [ora11g@rac2 bin]$ pwd
    /u01/app/grid/bin
    [ora11g@rac2 bin]$ export ORACLE_SID=racdb2
    [ora11g@rac2 bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 27 12:33:48 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA/racdb/spfileracdb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/racdb/spfileracdb.ora
    ORA-15077: could not locate ASM instance serving a required diskgroup
    SQL> startup pfile='/u01/app/grid/dbs/pfile'
    ORA-01031: insufficient privileges
    SQL>
    As we see the ouputs above, export ORACLE_SID=racdb2 doesn't have any effect. My question is:
    Can any folk help to solve the above 3 issues to start up Grid ?
    Thanks.

  • Help: Cannot startup, not even with system discs

    My MacBook (Intel, 10.4.11, no peripherals attached) cannot startup.
    If I press the power button (either without pressing any other key, or press and hold 'shift', 'command-v', or 'command-s'):
    - there is a regular startup chime
    - a blank grey screen shows
    - I hear repeating faint clicks from inside the MacBook
    - no further progress from there on (waited 10 minutes)
    If I press power button and quickly insert the Mac OS X system disc (either without pressing any other key, or press and hold 'c', or 'd'):
    - there is a regular startup chime
    - the disc spins up
    - a grey screen shows a blinking file folder with a question mark
    - no further progress from there on (waited 3 minutes)
    I have tried the following without success:
    - make sure RAM and hard drive are properly seated by taking them out and putting them in again.
    - reset SMC
    The last thing I was doing before this problem:
    - I left the MacBook while it was burning a data DVD using Toast
    - When I came back 2 hours later, the bottom part of screen shows a gear wheel spinning. I also saw a progress bar with Toast. I cannot eject the DVD or get any response by pressing any key including force quit keys.
    - I pressed the power button to force shut down.
    - I pressed the power button to start up. I held the trackpad button and the DVD ejected but did not start up from there on.
    - I cannot start up the MacBook since then.

    The HD is so messed up that it messes with normal booting.
    Your best bet other than Apple Service is to disconnect the HD ribbon cable, insert the Install disk, hold Option key down on startup, select DVD to boot from, after it boots, recoonect the ribbon cable to the HD, then "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214

  • Cannot startup my Macbook

    Hello all!
    I am having trouble starting up my 2 year old Macbook. While using it, it went into sleep mode as appropriate. Then I treied to use it and it became non-responsive so I forced shut it down. Since then I cannot startup the Macbook. Everytime it is turned on it gets stuck on the grey screen with the apple in the background and the circular timer. Then after about 2 mins it shuts down automatically. I have tried many things. Start just from the battery, just from power cord with battery out. I have reset the PRAM. I loaded from the OS X disc and ran hardware and hardisk utilities and they found no problems.
    I don't know if this is helpful but when I listen to the harddrive closely when it is at the grey screen, the sound is repetitive like it is stuck???
    What are my options from here?? I do have a large amount of data I would like to not lose on the HD. Thanks.

    Hi and welcome to the Apple Discussions.
    I suggest backing up your HD before doing anything else since you do have a lot of info in there. If you have another apple computer, do a target disk mode (connect both computers via firewire and turn on the macbook while holding the T key). This will allow you browse the contents of your HD on the other computer and do a backup. If that is not an option, then boot your computer from the install disk and do an Archive and Install make sure you preserve user and network settings. This will reinstall the OS without erasing any of your personal files. Good luck.

  • I suddenly cannot startup Captivate 4 for reason Flash Player for Internet Explorer not installed or older version, but I have verified that Flash Player 16,0,0,235 is installed. Please help.

    Hi,
    I haven't used my Adobe Captivate 4 for a bit, but when I try to start it up, I get the following message:
    "The Flash Player for Microsoft Internet Explorer, is not installed or its an older version.
    You will automatically be redirected to the Adobe website to download the latest Flash Player.
    Please note that the Adobe Captivate cannot be used until the Flash Player is installed."
    Even if I click the OK button and reinstall the Flash Player, I still get the same message, when I try to startup Captivate.
    I have verified that I'm running Flash player 16,0,0,235, which is supposed to be the latest version.
    I'm running Windows 7 and Internet Explorer 11.
    Please help.

    The problem is that your version of Captivate 4 needs to be updated with a patch that Adobe used to supply.  (I don't have a link anymore to it.)
    Captivate 4 was unable to recognise Flash Player versions beyond a certain number.  It gives you a misleading  error message that makes it look like you have the wrong version of Flash Player.  But the real problem is that Captivate needs to be patched to recognise the latest FP versions.
    I'm hoping that someone from the Adobe Captivate team will chime in here and give us another link to download the patch.  Otherwise, you really might be forced to upgrade to a newer version of Cp.  However, if your current projects are being built in Cp4, your next issue will be that if you purchase Cp8 it will NOT be able to upgrade your Cp4 projects.  You'd need to download a trial version of Cp5 or 5.5, and do a two-step upgrade.

  • Cannot startup from disk

    I have a disk error on my HD, but I cannot get the machine to startup from the Tiger Install disk or the Techtool Deluxe disk. I have tried (repeatedly...) holding the 'C' key down on startup, but no luck. I went to the Genius Bar today, and the technician helped my fix another problem, and told me that on intel Macs, you have to hold down the 'D' key. Still no luck.
    Am I doing something wrong, or do I have another problem?

    The D key is held if you want to run hardware test from the DVD. You hold down the C key to boot from the DVD drive. Try booting and holding down the opton key. This will let you see what all drives are bootable. It should show the DVD drive as a boot option with the install disk in.

  • Kernal panic osx cannot startup

    Hello,
    I have a 2011 macbook air that shipped with 10.7.  I updated to 10.8 today and after the install and upon try to startup was met with the kernal panic multilingual 'there was a problem...you need to restart your computer...wait or press a key' message.  pressing a key (or waiting) restarts the startup only to get the same message a few seconds later (usually just after it shows the login screen for a couple seconds).  i can startup in safe mode and have performed disk permissions verification and repair successfully (there were some verification errors that were repaired.  i also reset the pram just for kicks.  in safe mode, i did a software update (but for whatever reason the smc firmware update doesn't seem to take, as it shows up again when i start back up).  i can see all my files and applications in safe mode so i'm hoping not to wipe the disk.  can someone recommend a way out?  thanks.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select the most recent panic log under System Diagnostic Reports. Post the entire contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • TA38482 after i installed an apple software update i lost my shortcut to itunes and now cannot startup itunes. Any ideas

    I was alerted to an Apple software update on the bottom of the desk top. I clicked this and then installed the update. When i next tried to use the shortcut to startup itunes I got a message which told me the shortcut had been moved or was no longer working.
    I looked for another shortcut but could not find one. Next time i tried the shortcut i was asked if i wanted to delete the shortcut as it was no longer useable. I agreed and hit the delete button.
    I lost itunes completely but found the whole thing in the recycle bin. I clicked to restore itunes to its original place and it moved back but i still have no shortcut or have found any other way to startup itunes.
    Can anyone help?
    Andy

    If the device is not being detected in iTunes, has a different USB port or sync cable been tried?  What about a reboot of the comptuer?
    As for pictures/videos taken with the device, they are designed to be copied to a computer on a regular basis.  Did you choose to not do this prior to attempting the update?  They may be lost at this point (although they should be in the backup, but no guarantees).

  • Windows Service OracleserviceDEV cannot startup

    Hi, All
    Before upgrading NW7.0 to EHP1, I Installed microsoft runtime dlls vcredist_<platform>.exe and dbghelp.dll. but after installed them, the windows service OracleServiceDEV could not startup and can startup in cmd mode. I checked the service in regedit, it was normal.
    How can I do it? Thanks.
    Best Regards
    Jiande Ding

    by defualt, Oracle's service will automatically start, but the Oracle DB will not start. This is the default from an SAP installation.
    but if you start SAP, it will start DB for you.
    so, what do you want?
    1. start Oracle automatically upon booting up,
    2. start Oracle when SAP starts
    3. start Oracle and SAP automatically upon reboot.

  • Mac Pro (early 2008) cannot startup

    Today, I shut down my Mac Pro (early 2008) for about two hours and now it just refuses to startup.
    This is the symptom:
    Power-on LED illuminates when power button is pressed and fans spin continuously but there is no boot tone or video
    Apple Service Guide
    1. Reseat video card. (Make sure video card is fully inserted in connector and end of card is 1. secured by the connector latch.) For video cards that require power cables, check that they are connected.
    I have two GPUs. NVidia GeForce 8800 GT and NVidia GeForce GT120. Tried them individually. Cards' fans spinning.  Check diagnostic LED and LED 7 & 8 no light. Only LED 2 Yellow and LED 9 Green.
    2. Verify speaker cable is fully seated.
    No idea where this is.
    3. Reset logic board. Refer to “Resetting the Logic Board” in this chapter.
    Same symptom. LED 7 & 8 no light. Only LED 2 Yellow and LED 9 Green.
    4. Check diagnostic LED 3 and/or LED 4 for processor connection.
    Off.
    5. If only one of the CPU Error LEDs (LED 3 or 4) comes on, try swapping the processors. If the Error LED follows the processor to the other processor location, replace that processor.
    Since LED 3 & 4 are off, I guess CPUs are fine.
    6. Replace logic board
    This seems to be a standard fix suggestion for all startup failures in the service guide. Anyway, to check if it's a logic board issue?
    I tried this too:
    System Reset
    Mac Pro (Early 2008) has a system reset switch on the logic board that may be used to restart the system while it is powered up. This switch can be used to determine if a computer that won’t consistently boot from a cold start has power supply issues. Follow these steps to reset the system:
    1. With the computer powered up, press the SYS_RST switch located in the upper right-hand corner of the logic board. To press the switch, use the nylon probe tool (Apple part number 922-5065).
    2. If the computer boots after you press the SYS_RST switch, try shutting the computer off and restarting by pressing the front power button. If the computer restarts when you press the SYS_RST switch but not from a cold start, the power supply may need to be replaced.
    and I experienced 1. Can conclude not power supply issue? Did diagnostic check and still the same LED 7 & 8 no light. Only LED 2 Yellow and LED 9 Green.
    I checked both memory riser cards. No red light. Half a year ago, I experienced the same no chime startup issue and found that Apple's supplied DIMMs were the culprits. I tested individual DIMM and still no go.
    At loss now.
    Apart from sending in for repair, no budget for that, and other steps to revive my Mac Pro?

    had this exact problem yesterday. this is how i solved it although im no apple genius
    My Mac pro 3,1 simply woudlnt boot normally no matter how i tried to reset it. power light was fine, no ram errors, just no chime and no video.
    how i fixed it:
    1. shut down and unplug
    2. open side case (you should be using an antistatic wrist strap if you do this)
    3. unplug EVERYTHING. (remove all 4 HDDs, video cards, Ram boards, power cable, USB cable, audio1/8" jack, firewire cables. leterally you want it bare bones. only thing i left in was my superdrives)
    4. i removed the logic board battery and while unplugged held the power button for 1 min to drain all capacitors on the board. left it unplugged for 10-15min after this
    5. after 15 mins, the only things i put back were the logic board battery, ram boards, the audio jack to check for a boot chime, and the power cable. ( no video cards, no hard drives, not even the boot drive, no keyboard etc.)
    6. press power button to boot. HOPEFULLY you head a chime. if you do, hold power button to power off system.
    7. now only insert the boot drive and one video card into pci slot one (power plug should be out to install things)
    8. start the computer back up and look for video. hopefully it asks for a keybaord and mouse on the screen
    9. shut down without reinserting keybaord, mouse, or anything else.
    10. unplug system after power off, and reinstall and plug back in EVERYTHING
    11. reboot and hopefully all is well????
    -Mitch

  • MacBook Pro 2007 cannot startup

    Hi, thanks for clicking on this discussion, just wanted to ask if anyone can help me out of my problem
    Today while I was using my mac, it suddenly shut down, I tried turning it on again, but to no avail...It only had the sleep light blinking.
    No hard drive startup sound or anything...
    I tried,
    1. Removing RAM and inserting again
    2. Removed all USB connected device ( mouse, cooling pad )
    3. Start up without AC battery charger
    4. Start up with AC battery charger
    Please post any info that can help me that you know, thanks in advance.

    Begin by holding the power button down to do a hard shutdown. Then start in safe mode by holding the shift key down immediately after pressing the start button until you see a progress bar. Let it start this way and then try a normal restart.
    http://docs.info.apple.com/article.html?path=Mac/10.7/en/mh21245.html
    https://support.apple.com/kb/HT1564

  • Cannot startup from Tiger installer DVD or any other CD

    When I try to startup from a system CD , DVD, or Diskwarrior CD the system folders on the external media will not mount.

    I have yet to see an Apple update that is responsible for an OS X installer not booting a computer.  The installer discs are self contained with their own bootable system.  It is independent of what may be installed on the hard drive.
    I've been involved in beta testing Tiger updates as well as several security updates for Panther.  I have not run into a "bad Apple Update" problem.  It is possible to get a bad download, however, but that's not a problem with the updates themselves.
    Just because other users experience similar problems does not always mean the problem is with OS X or OS X updates.  Many times the problem is with poorly maintained or corrupted systems that are not repaired before updates are applied.  Inexperienced users are frequently their own worst enemy.  Also keep in mind that for every user posting a problem on the Discussions, there are thousands having no problems whatsoever.

  • Cannot startup

    Hello,
    I have a MacBook. I downloaded several updates from apple support, such as an osx update, an itunes update, etc. When I reset my computer to have them installed, the installation began, but was taking an unusual amount of time and eventually seemed to freeze up. Finally I decided to hold the power button until it turned off. Now whenever I go to turn it on all I get is the gray screen with the apple logo and the spinning wheel. I've tried the Cmd-Opt-O-R trick but that didn't seem to do anything. I've also tried holding shift when I boot, but after about five minutes of just the gray screen and my fan getting loud, it eventually gets back to the apple logo and spinning wheel, and nothing happening.
    How can I boot my MacBook? I don't have the leopard disc because it was a five user deal and the person that bought it lives three hours away. I also have an external hard drive with a time machine backup on it, if that can be used somehow to help me. But I really don't want to wipe my hard drive if I don't have to.
    Thanks for any help!

    Actually, the Family pack permits 5 installations for primary residents. Specifically:
    "* The Family Pack Software License Agreement allows you to install and use one copy of the Apple software on up to a maximum of five (5) Apple-labeled computers at a time as long as those computers are located in the same household and used by persons who occupy that household. By “household” we mean a person or persons who share the same housing unit such as a home, apartment, mobile home, or condominium, including student members who are primary residents of that household but reside at a separate on-campus location. This license does not extend to business or commercial users."
    A student, 3 hours away and living in a different 'on-campus' location is covered.
    Without a startup disc it's a little difficult to fix anything, but you could probably get to documents with the previous discs that came bundled with the machine.

  • I cannot startup listener

    When I installed Oracle10g on linux platform,I cannot start database and always report ORA-12457 error to me. In fact,I have started up listener.

    These are the errors found in the listener.log
    is /u02/oracle/PROD/db/tech_st/10.2.0/network/admin/PROD_orasvr1/listener.ora
    Log messages written to /u02/oracle/PROD/db/tech_st/10.2.0/network/admin/prod.log
    Error listening on: (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    Linux Error: 20: Not a directory
    ===============
    My listener.ora
    ================
    # Net8 definition for Database listener
    PROD =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCPROD))
    (ADDRESS= (PROTOCOL= TCP)(Host= orasvr1.abc.net.ph )(Port= 1521))
    SID_LIST_PROD =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME= /u02/oracle/PROD/db/tech_st/10.2.0)
    (SID_NAME = PROD)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/oracle/PROD/db/tech_st/10.2.0)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_PROD = 0
    CONNECT_TIMEOUT_PROD = 10
    TRACE_LEVEL_PROD = OFF
    LOG_DIRECTORY_PROD = /u02/oracle/PROD/db/tech_st/10.2.0/network/admin
    LOG_FILE_PROD = PROD
    TRACE_DIRECTORY_PROD = /u02/oracle/PROD/db/tech_st/10.2.0/network/admin
    TRACE_FILE_PROD = PROD
    ADMIN_RESTRICTIONS_PROD = OFF
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_PROD = OFF
    IFILE=/u02/oracle/PROD/db/tech_st/10.2.0/network/admin/PROD_orasvr1/listener_ifile.ora
    ===== end
    My /etc/hosts
    ===========
    127.0.0.1 localhost.localdomain localhost
    119.111.9.48 orasvr1.abc.net.ph orasvr1
    I can ping > orasvr1.abc.net.ph
    I already search similar post in the forum, but I still can not resolve the error :(

Maybe you are looking for

  • Sharing Violation in Dreamweaver CS4

    hi to Every one i have a problem in Dremweaver CS4 when i am saving my html  pages the error message is displaying "Sharing Violation Occured".After  that every time this error occur page can be rename and save.can any one  tell me how to Slove this

  • Safari version? for 10.6.8

    I deleted Safari and now can't find a version that would install on my MacMini running 10.6.8. Where (website) should I go? Which version of Safari is appropriate? Any caveats?

  • Data translation lv-link, labview 8.0 question

    I'm running the data translation lv-link, with labview 8.0. I'm using the Sample Channels VI. Does anyone know of a way to change the sampling frequency? The tech support people recommeneded using Simple AI Continuous Acq VI - but that only seems to

  • Finding Array Length

    I was just wondering if i have an array double [][][] array = new double [1][2][3];array.length only gives 1, what function can i use to find the size of the other dimensions (2 and 3)? Thanks in advance for any help.

  • Several errors while syncing, can't sync ipod anymore

    Hello, I just hooked up my ipod touch to my pc (windows 7) and hit the sync button, when itunes started throwing error messages at me. a few of them: unknown (0xE8004006), file specified cannot be found, folder specified instead of file, internal dev