Hrdatabase is not up and running

hi,
in my laptop hrdatabase is not running?pointbase is listening but it is showing level 0....please rectify this

Hi,
Is the database started?
You say you start the listener as follows : "lsnrctl start",
have you checked if the database is running. Your problem might be that the database is not running.
This is the command to start the database :
1. Run (sqlplus as "/ as sysdba")
2. Once authenticated, run (startup).
This should start the database.
try starting the OID again.

Similar Messages

  • Unable to retrieve topology component health states. This may be because the admin component is not up and running.

    Unable to retrieve topology component health states. This may be because the admin component is not up and running.
    I have deleted Search Service App and created again.
    But still same error can anyone give me check list.. I need it very urgently.
    Please reply
    Thanks
    Raj

    Hi Raj,
    This issue can be caused by many reasons, so please check the ULS log for detailed error message.
    For SharePoint 2013, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Here are some similar issues and the corresponding solutions for you take a look:
    http://blogs.msdn.com/b/bkr_sharepoint/archive/2014/06/09/sharepoint-2013-search-topology-activation-error-quot-unable-to-retrieve-topology-component-health-states-this-may-be-because-of-the-admin-component-is-not-up-and-running-quot.aspx
    http://blogs.msdn.com/b/sambetts/archive/2013/08/28/sp2013-win2012-unable-to-retrieve-topology-component-health-states-this-may-be-because-the-admin-component-is-not-up-and-running.aspx
    http://techtrainingnotes.blogspot.com/2013/09/unable-to-retrieve-topology-component.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Mac os x lion 10.7 on mac book pro not updating and running very slow

    i am using mac os x lion 10.7
    problem it is not updating and running very slow. How to improve?

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help to identify which such modifications you've installed, as well as some other aspects of the state of the system that may be pertinent.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, proceed anyway.
    Below are instructions to run a UNIX shell script. It does nothing but produce human-readable output. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The script will line-wrap or scroll in your browser, but it's really a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the built-in Terminal 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 Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Triple-click anywhere in the line of text below on this page to select it:
    clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && ! "$r" ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$r" ] && { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter your password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again.
    Please note:
    ☞ This procedure is all copy-and-paste — type nothing in the Terminal window except your login password if and when prompted.
    ☞ Remember to post the output. It's already in the Clipboard when you see "[Process completed]" in the Terminal window. You don't have to copy the output; just paste into your web browser.
    ☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

  • How can I run Photoshop Elements4 with Windows7. The operating system will not open and run it.

    My New computer has windows 7 installed, and it will not open and run my photoshop elements 4  programme. Do I need an upgrade, or can it be run in any other format on this computer.

    Did it install and you're just getting errors trying to run it? If so, try clicking on your Start button. Then, go to All Programs, find the entry for Adobe Photoshop Elements 4 and "right click" on it. Select Properties, and in the Properties dialogue click the Compatibility Tab and try running it in XP Compatibility mode and see if it works that way.
    If not, then it is really not compatible. Just buy the latest (Photoshop Elelments 9) while they offer $40 mail-in rebate (Ends January 5, 2011)
    http://www.adobe.com/products/photoshopel/

  • Firefox 4.0 freezes, crashes, closes, changes screens, does not respond, and runs 8X SLOWER than 3.6.

    Firefox 4.0 is the WORST browser I have ever seen. It freezes, crashes, closes, changes screens, does not respond, and runs 8X SLOWER than 3.6. Tasks I used to do in 30 minutes, now takes me 40 minutes or more. I went back to 3.6 and immediately had a tremendous improvement.
    Mozilla needs to get rid of this load of lies about a new crap program, and go back to the 3.6 version. Version 4.0 is WORST than any other program I have ever seen.

    The slow / hesitant scrolling problem seems to be an artifact of the database Firefox uses to keep track of where you go, what you do, etc. It uses sqlite databases which get fragmented over time.
    There are several fixes:
    Some are add-ons and work internally, such as Vacuum Places (search the addons for it).
    Some are external. Speedyfox is one I just tried, and found to work quite well. I think it did a better job than Vacuum Places, but requires Firefox to be shut down before it can work properly.
    Find Speedyfox using a web search.

  • Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run.

    I am failing to digitally sign Adobe Flash projector exe files.
    Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run successfully.
    It is not currently possible to directly sign a Flash Projector EXE file. Doing so is causing the projector to fail to launch or run.
    What is the way to do it without involving 3rd party tool

    I searched for this in our bug database, but the only bug I found was reported (and deferred) back in 2008.  Other than using 3rd party tools, it doesn't look like this is possible.  I'd recommend opening a new bug report on this over at bugbase.adobe.com.  Please post back with the URL or bug number so others can vote and add their comments.
    Thanks,
    Chris

  • ITunes 11 will not load and run on Win 7 32/64 bit

    I updated three Win 7 32 bit systems and one 64 bit to iTunes 11.0.0.163 and one IOS 10.8.2.
    The Mac works on 10.8.2
    The others have varying degrees of difficulty:
                    1. Win 7 32 Bit will not launch (removed restarted and downloaded 4 times)
                    2. Win 7 32 bit will launch but the iTunes store will not open and iTunes freezes (installed once)
                    3. Win 7 32 bit will launch but the iTunes store will not open and iTunes freezes (installed once)
                    4. Win 7 64 bit will launch but the iTunes store will not open and iTunes freezes at store (installed once)
    We have the following relying on iCloud and iTunes:
                    1. iPhone 5
                    2. iPhone 5
                    3. iPad
                    4. iPad Mini
    Apple blogs indicate I'm not alone: https://discussions.apple.com/message/20444319#20444319

    Having same problem.  I deleted the iTunes preferences file because I had read that could help (it's in your User folder -> AppData -> Roaming -> Apple -> iTunes).  You'll know if you've done it right if you need to agree again to the terms upon launch.
    Anyhow - that solved the problem for me.  For a while.  =)  As soon as I tried making a purchase on the Apple Store, I had to login - and the same thing happened as you describe (and as I experienced upon first install).  Seems to work fine for 3-5 seconds, then hangs up.  No message, no nothing.  Everything else on PC works.
    So I narrowed it down to : signing in to the Apple Store.  Because of my deleted prefs, it doesn't automatically sign in anymore, and iTunes runs just fine then.  As soon as I try signing in to the Apple Store, iTunes will freeze in 3-5 seconds.
    Try that if it works, maybe we can budge Apple into action...this is kinda frustrating, as it took me two purchases to figure this out (which I still don't have!).  Would love to see a fix to this, because as it is, even though I can enjoy my library, I can't make any purchases.  Unless, I suppose, I bought them on Amazon or something, then added them manually...but that would defeat the purpose of having iTunes, I suppose.

  • Recorded video is not natural and runs too fast.

    Hi,
    I am facing one of the very strange problem with my cameras and I am not sure whether some unintentional setting is causing that.
    When I record the video and try to play it the video does not look natural and runs too fast like 5 min video finishes in 3:20 minutes.
    Any ideas what may cause this as until now it was working fine?
    Thanks and regards,
    Sanjay.

    Hi, My name is Eric Moyers. I am a Network Support Engineer in the Cisco Small Business Support Center. Thank you for using the Cisco Community Post Forums.
    What wre you using to playback the recorded video? If it is the video monitoring software from Cisco, what is the version number?
    Thanks
    Eric Moyers
    Cisco Network Support Engineer
    SBSC Wireless and Surveillance SME
    CCNA, CCNA-Wireless
    1-866-606-1866

  • 9iFS simply does not install and run on WIndows 2000

    hello,
    story so far ( sigh. )
    1) install failed but ran ifssetup.bat to complete as per a previous thread suggestion
    2) added log-on-as-batch privilege to administrator ( with which everything is installed and run )
    3) from the EMWeb start node and launch domain work correctly, but start domain fails.
    4) running ifslaunchdc.bat and ifslaunchnode.bat works fine, but ifsstartdomain.bat worked correctly before i rebooted the machine after installing the software, and from then on gives me the following error :
    exception IFS-45002 unable to start domain controller,
    exception IFS-21008 unable to connect to IFS service
    exception IFS-32005 failed to get prepared statement etc
    I have seen any number of people here post about this problem, but has any one got a solution !!!???
    A number of people mention ensuring the domain controller is started with the correct account details. As i have installed everything as administrator and everything is run with administrator account, I fail to see how this can help. Any help very much appreciated.
    I am finding it VERY difficult to understand why it is so problematic to install this software - even the installer fails to complete on a clean machine meeting all the oracle specified criteria.
    Regards
    Tom

    Hi, I'm assuming you are using the Manual Install. Did you already Uninstall any current Flash Player version?
    If not, download and SAVE to your Desktop the Uninstaller:
    http://kb2.adobe.com/cps/141/tn_14157.html
    Then download and SAVE to your Desktop the Installer:
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
      Use the EXE Installer for Windows and Internet Explorer. Use the EXE Installer for the plugin based browsers
    Then use the Administrator Account and CLOSE all browser Windows. Disable any instant messenger service from the system tray.
    Run the Uninstaller and reboot(restart) your computer.
    Then Run the Installer and reboot.
    That message appears because the IE browser window is open.
    Thanks,
    eidnolb

  • My PSC11 will not install and run

    I have tried to re-install PSC11 numerous times on my windows 7 desktop and can't get it to run. The load seems to go okay and I have my serial # from when I purchased it and registered it. When i click on the desktop icon to run the program, I get a message saying it cannot run the app. the message fault is APPCRASH and I have done everything I know. No other problems with my computer. Malware and virus free. I intend to purchase another brand photo editor, because Adobe will not help resolve this issue. I posted here yesterday, and that is too long to wait for help on your product.

    I posted here yesterday, and that is too long to wait for help on your product.
    Sorry you're having trouble, but just so you know,  it's not "our" product. We're all just other customers like you; this is the user to user forum, not adobe technical support. I didn't reply because I don't have a clue, and I daresay that's true for those of the other regulars who happened to see your post.

  • The download of Reader 9.4 on a MAC Power PC with OS 10.4.1 does not unarchive and run.

    I have downloaded the latest version of reader that will run on this older MAC PowerPC. The message says "Unarchiving" and nothing happens. Do I have to remove all older copies of Reader?

    Hi: I downloaded the program that will uninstall previous versions of Reader and it's an "exe" file, which obviously won't run on my Power PC MAC. I have not had any problems with ZIP files that I can remember.

  • Disc Utility not responding and running slow.

    I'm running 10.5.1 on my macbook pro and am having problems with disc utilities. When I open DU, it takes a long time to recognize my HD and external HD's. When it does recognize them and I click on one, nothing happens for about 1 minute or so. Then the HD becomes highlighted and the icon bar disappears.
    I searched for problems with DU not working or working slow and found some stuff about SUID, nothing of that nature is happening here. I need to format a new HD and repair disc permissions and I can't get even that far.
    Thanks for any help!
    kellen

    Check the system.log for entries for Disk Utility, DiskManagement, installdb, repair_packages. You can also query the asl database with the Console app. Run the Activity Monitor app and check for stuck processes.

  • After upgrade to mountain lion a hd with snow leopard will not boot and run the MBP

    Upgraded MacBook Pro to 10.8.2. Works fine. Swapped out the internal hard drive with 10.8.2 on it, put in the old hard drive with 10.6.8 and booted up as per usual. Mac fires up but dos not finish the boot process and it leaves me with an on and off pulsating gray folder that has a question mark on it. I have tried a brand new drive with a new 10.6.8 installed and it misbehaves the same way.
    Does the Apple store upgrade process alter the internal MacBook Pro or its software in any way? I was not, am not aware of such software. I want to be able to carry along two hard drives, swappable, with different OSX and applications when I go out to help people out of their problems. Something I have done successfully for the past 15 years - free of charge, I might add.
    This is the first time that I am stumped. I am not a programmer btw.
    Any suggestions will be greatly appreciated. Meanwhile I shall keep on muckng about.

    Your problem is that your old HD is no longer blessed. if you can, connect both drives at  the smae time, then
    First, open the “Startup Disk” preference pane and select “Mac OS X” as the operating system to boot. This will re-bless your Mac OS X volume on the older install.
    No need to delete or zero the drive at all.
    What makes a volume bootable? / Frequently Asked Questions and ...

  • Acrobat 9 pro will not open and run Error (129:6) Please Help!

    Error Message:
    you cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling or contacting you IT administrator or Adobe support for help (129.6)
    Everything was working fine and it just stopped. Please help me fix it.

    This is a user forum, but with Adobe you might find better help here than in other places anyway. Many of the users here have been through most of the problems and if you hit one that has been there you will likely get a good answer. Some of the folks are good at making suggestions to try (as they would try) and others will try to replicate the problem if you give enough info. Many of us are a bit crazy for spending so much time here, but we learn along with helping, an aspect we enjoy - takes the edge off the day! (OK, maybe I am speaking for myself.)
    If you run into some other specifics that may help others provide you ideas to try, do come back. If you find a solution to your problem, please report it also. Bill

  • Adobe flash player will not load and run.  Uninstalled and reinstalled with no change.

    Adobe flash player will not load.  Uninstalled and reinstalled with no change. 

    Adobe’s advice regarding Flash Player 13:
    http://forums.adobe.com/message/6288659

Maybe you are looking for