HOWTO check the correct installation of Oracle...

Hi all

How can I check if my Oracle installation is complete and in good health? I am enter connection problems after you have created a database with the dbca Wizard. This is the track of the error:

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 error: 2: no such file or directory
Process ID: 0
Session IDs: serial number 0: 0

This error I get when I try to log in to myself, being locally on the server. I have general connectivity issues, though more like tns-problems to research...

Any idea, that I can help out the old message?

Xenofon

Make sure you have either init init.ora (GOLD).ora (OR) spfile.ora (OR)spfile .ora in location $ORACLE_HOME/dbs

and then

Start pfile='/u01/app/oracle/product/10.2.0/dbs/init.ora

see your alerts and log
Thank you

Tags: Database

Similar Questions

  • Cannot boot from the Windows 7 installation DVD. Error when installing XP "this installation disc is not compatible with your version of windows. To upgrade, you need the correct installation disc.

    Please help me

    Why my cd not DVD boot? will have a difficult time install my win7 home ed I have xp and the note ""this installation disc is not compatible with your version of windows. " To upgrade, you need the correct installation disc. For more information, see your computer system information. To install a new copy of Windows, restart (boot) your computer using the installation disc, and then select custom (advanced option). "always keep flashing... I already did your post, but I cant stand dvd always turn to windows xp? and my driver working I just installed win xp months ago

    Hi the prey,

    ·         What is the brand and model of the computer?

    You should check the settings of the computer BIOS (Basic Input\Output System) to boot from the CD/DVD. Check the manual or the support of the computer Web site for the same.

    Note: Be careful when you change the BIOS settings. The BIOS interface is designed for advanced users, and it is possible to change a setting that can prevent your computer from starting properly.

    Run the Windows 7 Upgrade Advisor to see if your computer is compatible to install Windows 7.

    Windows 7 Upgrade Advisor - download - Microsoft Windows

    See also:

    Installation and reinstallation of Windows 7

  • PC telling me to install the network hardware and check the correct drivers is loaded

    I just installed Windows vista and I can not get Internet. He tells me to install any network hardware and check the correct drivers are loaded. I'm not smart with computers and jargon. So if anyone can help with this question, it would be appreciated. Thank you

    Go to the website of the manufacturer of your computer/laptop > drivers and downloads Section > key in your model number > look for the latest Vista drivers > download/install them.

    If you have problems on which to install, contact the manufacturer of your computer.

    See you soon.

    Mick Murphy - Microsoft partner

  • How to check the Primavera installation

    Hi guys,.

    Is there a way to check if anyone has the fix and the SP1 is installed in the Client of Primavera P6 Professional E8.2?

    I checked the current system by clicking Help-> about Primavera P6 Professional E8.2 system-> system, but I couldn't find it clearly.

    About: Primavera P6 E8.2 Professional
    News Release: 8.2.1

    Thanks for your help

    8.2.1 indicates you E8.2 with SP1. When a patch is applied that will be the figure after 3rd decimal place as in the case of 8.2 SP1 HF 16 displays 8.2.1.16.

    It's my understanding of it, but others can confirm thus.

    Thank you
    Sachin Gupta

  • Check the log to delete oracle data file to be deleted from the root user.

    Any body can help me find the log to make sure all traces of the data files that are deleted from the root to the hp - ux Server user (and the sys log has already been modified by the root user).
    So is there a way to check the database or deleted from server level to check track of log files data files.

    Salvation;

    If, you don't have no OS level verification that it is difficult to find to answer your quesiton. For example, our system of verification on OS (also root password no case) and Db level.

    PS: @Sybrand thanks, I missed that part.

    Respect of
    HELIOS

  • Script to check the correct resource pools

    Hi guys

    Hoping someone can help with PowerCLI issue?

    I want to set up a script PowerCLI who together share CPU and memory allocated to all VMS in each Resource Pool, add them together and compare them with resource information in the list of resources and those who differ from a CSV output (including how on every property is different).

    The idea is that this script will quickly check through our vast domain for incorrectly configured in the resource pools (ie. those who have not been updated).

    Anyone able to help give advice on how I can get that data into PowerCLI from the pool of resources and the virtual computer?

    Thank you very much

    -


    a crazy penguin

    http://www.acrazypenguin.com

    I don't know if the values you provide are correct for what is planned.

    Especially the MaxCpuUsage won't say much because this will normally reflect the total amount of CPU resources on the host (provided that the customer has no defined limits).

    The following should give a better picture (I guess)

    $dcName = 
    $report = @()
    $dc = Get-View -ViewType Datacenter -Filter @{"Name"=$dcName}
    Get-View -ViewType ResourcePool -SearchRoot $dc.MoRef | where{$_.Name -ne "Resources"} | %{
         $rp = $_
         $rpMem = 0
         $rpCpu = 0
         Get-View -ViewType VirtualMachine -SearchRoot $rp.MoRef | %{
              $rpMem += $_.Summary.QuickStats.hostMemoryUsage
              $rpCpu += $_.Summary.QuickStats.overallCpuUsage
         }
         $report += New-Object PSObject -Property @{
              Name = $rp.Name
              "VmCpuTotal (MHz)" = $rpCpu
              "VmMemTotal (MB)" = $rpMem
              RpCpu = $rp.Runtime.Cpu.UnreservedForVm
              RpMem = $rp.Runtime.Memory.UnreservedForVm / 1MB
         }
    }
    $report | Export-Csv "C:\ResPool.csv" -NoTypeInformation -UseCulture
    

    Note that this does not overcommitment account. To have the script must use the unreservedForPool rather than the UnreservedForVm property property.

  • Drag And Drop - check the correct answers

    I've been playing with this code and need a bit of help!

    I'm after finding that drag and drops are correct, so I can score accordingly rather than simply having a single throughout the score. I need to know if the circle was successfully deleted or the square etc. Ideally, I would like to have this interaction as a command on a button, but my AS3 is let me down!

    Any help would be appreciated.

    Mike

    var score:Number = 0;
    var startX:Number;
    var startY:Number;
    var startLineX:Number;
    var startLineY:Number;
    //-----------------------------
    setup(circleMc);
    setup(squreMc);
    setup(errowMc);
    setup(polygonMc);
    
    
    //add function for submitBtn button
    submitBtn.addEventListener(MouseEvent.MOUSE_DOWN, checkScore);
    //function for checking whats right and wrong
    function checkScore():void {
         //
    }
    
    
    function setup(shape:MovieClip):void {
         shape.addEventListener(MouseEvent.MOUSE_DOWN, dragThis);
         shape.addEventListener(MouseEvent.MOUSE_UP, dropThis);
         shape.addChildAt(new Sprite(), 1);
         shape.startX = shape.x;
         shape.startY = shape.y;
         shape.mouseChildren = false;
    }
    function dragThis(event:MouseEvent):void {
         event.target.startDrag(true);
         stage.addEventListener(MouseEvent.MOUSE_MOVE, onMove);
    }
    function onMove(m:MouseEvent):void {
         drawLine(MovieClip(m.target));
    }
    function drawLine(item:MovieClip):void {
         var line:Sprite = Sprite(item.getChildAt(1));
         var localStart:Point = item.globalToLocal(new Point(item.startX, item.startY));
         var localItem:Point = line.globalToLocal(new Point(item.x, item.y));
         with (line.graphics) {
              clear();
              moveTo(localStart.x, localStart.y);
              lineStyle(2, 0);
              lineTo(localItem.x, localItem.y);
         }
    }
    
    function dropThis(event:MouseEvent):void {
         //stop dragging
         event.target.stopDrag();
         //stop drawing the line
         stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMove);
         //the target MC is named the same as the drag object with the addition of the below prefix
         var myTargetName:String = "target_" + event.target.name;
         //get dragged object name
         var myTarget:DisplayObject = getChildByName(myTargetName);
         //if you've done it right
         if (event.target.dropTarget != null && event.target.dropTarget.parent == myTarget) {
              event.target.removeEventListener(MouseEvent.MOUSE_DOWN, dragThis);
              event.target.removeEventListener(MouseEvent.MOUSE_DOWN, dropThis);
              event.target.buttonMode = false;
              event.target.x = myTarget.x;
              event.target.y = myTarget.y;
         } else {
              //change result text
              resultTxt.text = "Try Again !";
              //these two command below put the object back where it started at
              event.target.x = event.target.startX;
              event.target.y = event.target.startY;
              //remove line
              event.target.getChildAt(1).graphics.clear();
         }
    }
    
    
    circleMc.buttonMode = true;
    squreMc.buttonMode = true;
    errowMc.buttonMode = true;
    polygonMc.buttonMode = true;
    

    Everything that happens this condition will have been placed correctly.

    If (event.target.dropTarget! = null & event.target.dropTarget.pa...)

    So everything you really need to do is assign a variable for this object that indicates it is properly placed.  If these are the MovieClip objects, you can assign this variable dynamically, so in the following code the test condition you could set event.target.placedCorrectly = true; (or something similar).  Then later you can loop through and see objects have the placeCorrectly value assigned as true.

    One thing that you may have to attend is to use currentTarget instead of the target.  target can point to any object in the object that has the assigned listener.  currentTarget pointing to the object that has the assigned listener.

  • How to check the table reused in oracle 10g space?

    Hello..

    Of my system, I see table size keep growing event the deletion request is running. Because of this, I would like to check either the allowed oracle to reuse space table or not? If not then how can I enable it?


    Please help me...


    Thank you
    Balleur

    You can use dbms_space.space_usage to check for free space.

    Reuse of the space will depend on whether you use MSSM or SAMS, PCT_FREE, PCT_USED and the way in which new data is inserted?

    You can reduce or move the table and rebuild the index to reclaim space.

  • VMware 3.5 - need a guide to analyze how the files of technical support to improve the performance and check the correct settings

    I need to give a recommendation on how deal with VMware 3.5 with virtual center as its production in the environment, but I need and idea to know how and where to start... Fact vmware support team, can analyze these files for me, and it is posible to open a support ticket to make this process of analysis?

    I have a clariion cx3 emc2 storage

    Thank you

    Maynor

    Hello

    Thise drop what you are talking is a set of newspapers and ESXHost configuration files (e.g. unpacking, / var/log/vmkernel etc..) All files have been added to archive tgz. You can extract (sweet 7zip) Windows or Linux (gzip and tar command line tools) I have now if it a tools that will help you analyze these files.

    The only way I know to start the tuning system is fist check performace statistics by each ESXHost (CPU, RAM, i/o per each LUN) for example. for the last days of servén. check when you have peaks on graphs, then go in newspapers of that period of time and start analysing what is.

    BTW. You have problems with your servers?

    Artur

    PS, if this answer is useful for you click on some of the stars, please

  • The product key is not valid for this installation. Please use the correct installation cd to reinstall Windows. Error code 0 x 800040509

    Oh I'm so angry.  I just went through the whole process of formatting a hard drive and reinstall XP Pro.  It worked just great, but she needed ALL the updates since something like 2002.  So, I went through the whole process which took ALL DAY yesterday... excluding the svc pak updates because the error above already happened once.  I assumed it was because all the other updates were missing, where my decision to make all others updated first.  Now I'm here, after every single update, the computer was working FINE until I installed 2 Pk Svc.  Now I'm just at the beginning.  Please tell me there is a way to remove it without having to reformat and spend another day fixing this bloody nightmare.  I mean really... the program should not be designed to not install if it is the wrong program to start?  What outrageous.

    Please go to http://www.microsoft.com/genuine/ and click on the button to validate Windows, and then restart your computer.

    If you were not able to validate, follow these steps:

    1. Download this diagnostic tool, save it to your desktop: http://go.microsoft.com/fwlink/?linkid=56062

    -Online Windows XP: double-click the executable file to run the tool.

    -Online Vista & Win7: right-click on the executable and select run as administrator to run the tool.

    2. after running the tool, click the Windows tab as appropriate and then click on copy (to the Clipboard).

    NB: You can open a new file in Notepad, paste the contents of the Clipboard in it & keep for future reference.

    3 start a new post in the next Microsoft Genuine Advantage forum and paste the results of the WGA diagnostic data in a detailed post: http://social.microsoft.com/Forums/en-US/genuinewindowsxp/threads

    4 Troubleshooting specialist will analyze the data and recommend an appropriate solution.

    ===========================

    After a clean install, you will have the equivalent of a "new computer" in order to take care of everything on the next page before connecting the machine to the internet or a network and before using a USB key that is not brand new, or has not been freshly formattedotherwise:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    Other useful references include:

    HOW to get a computer that is running Windows XP Gold (no Service Pack) fully patched (after a clean install)
    http://groups.Google.com/group/Microsoft.public.windowsupdate/MSG/3f5afa8ed33e121c

    HOW TO get a computer that is running Windows XP SP1 (a) or SP2 fully patched (after a clean install)
    http://groups.Google.com/group/Microsoft.public.WindowsXP.General/MSG/a066ae41add7dd2b

    Tip: After getting the computer fully patched, download/install KB971029 manually: http://support.microsoft.com/kb/971029

    NB: No matter what Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the removal tool before installing updates, Windows Service Packs, or updates IE and before installing your new anti-virus application (which will require WinXP SP3 must be installed).

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • A program won't uninstall on my computer. It says that it cannot find the correct installation folder.

    I'm trying to uninstall QuickTime so I can update my version of iTunes, and whenever I tried to uninstall it in the past, he did the same thing. A screen will appear that says "file not found" and told me to find another file to use, but I don't know of one.

    Apple support, this is where you need to go.  If you know which version of Quicktime you have installed and can find the download of this version and can install it on herself-, you should be fine.

  • How to check the version of database Oracle

    Hello

    How can I check what type of database is used and what version?

    Can someone help me find out?

    You can try:

    SELECT * FROM V$VERSION
    

    or

    SELECT version FROM V$INSTANCE
    

    or

    BEGIN DBMS_OUTPUT.PUT_LINE(DBMS_DB_VERSION.VERSION || '.' || DBMS_DB_VERSION.RELEASE); END;
    
  • HOWTO check the type of flowgroupelement paragraph/div

    How can I check if a flowgroupelement is a paragraph or div element

    What is

    function isDivElement(elem:FlowGroupElement):Boolean

    {return elem is DivElement ;}

  • How can I get the installer for my application check the operating system type and then install the correct driver type?

    I have a request that I wrote and have been use and distribute for awhile. The installer I created for this application is an additional installer to install a driver for the USB connection. The USB connection is actually a virtual COM Port. The problem is that the people who drafted modified driver setup the installation program itself. They used to have an installer that would check for 32-bit or 64-bit OS and then install the appropriate driver.

    Now, they have two distinct installation programs: one for the other for 32-bit and 64-bit. They let the user know their OS and install the appropriate driver. I'd rather not have to rely on my users to do. From what I've seen the creater Installer provides that an executable to be run after the application installs.

    Is it possible to have the installer of the application, check the type of OS and then run the correct executable file after installing my application? I think that I could write an Installer 'wrapper' that checks the type of operating system then executes the correct Installer. But I expect a better solution.

    Thank you
    Joe

    So, I make it work!

    The trick is to find a way to determine what type of OS you are using. The method I used was, indeed, read the environment variable. A buddy of mine sent me this link:

    http://StackOverflow.com/questions/2401756/how-to-find-if-the-machine-is-32bit-or-64bit One of the phrases he bibliography the Processor_Architecture environment variable.

    It seemed like a reasonable idea. So I started to research how read LV it environment variables turns out, you do it by reading a registry key. There is an example of LV on how to read a registry key. But I did not know where they are in the registry. So, I searched the Processor_Architecture registry. I found it in HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment.

    According to the article in the link, this value will already be x 86 for a 32 bit OS, or something with 64 inside. I just check the response for x 86 string. If it is, I just run the x 86 version of the driver Installer. Otherwise, I run the x 64 version.

    It turned out to be as simple as that.

    I hope this helps someone.

    Joe

  • check the installation of directx valid message on Skype

    original title: directx

    I have a problem that I try to make a video call on Skype, I get message 'check the valid installation of directx' how check it out or fix it?

    Hi John,.

    (1) if it works well before?

    (2) remember to make changes?

    (3) what version of Windows you are running on the computer?

    It is sufficient to indicate the complete error message you receive.

    You can follow the steps given by Azeez N and D of Diana in the links below that addresses this issue

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/cant-start-video-renderer-check-you ' ve-got-a-valid/3cb8e374-8cea-4722-b094-9bfcfd11bca6

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/how-to-check-if-you-have-a-valid-DirectX/1282d473-99f7-49f0-9f86-54227a2dbfea

    If the problem persists, please contact Skype more specialized.
    http://www.Skype.com/intl/en-us/support/user-guides/

Maybe you are looking for