Oracle XE mount problems

This is brand new installation on 64bit windows xp. The database version is whatever is the latest (as of today).
Installation seems fine, have not seen any error. Then I wanted to connect via SQL developer and got this error:
Test failed: Listener refused the connection with the following error:
ORA-12528, TNS:listener: all appropriate instances are blocking new connections
OK then I went to SQL plus:
SQL*Plus: Release 11.2.0.2.0 Production on Sre Avg 27 11:58:23 2014
Copyright (c) 1982, 2014, Oracle.  All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> select * from hr.employees;
select * from hr.employees
ERROR at line 1:
ORA-01219: database not open: queries allowed on fixed tables/views only
SQL> select status from v$instance;
STATUS
STARTED
SQL> select name from v$dabase;
select name from v$dabase
ERROR at line 1:
ORA-01219: database not open: queries allowed on fixed tables/views only
SQL> alter database open
  2  ;
alter database open
ERROR at line 1:
ORA-01507: database not mounted
SQL> alter database mount;
alter database mount
ERROR at line 1:
ORA-00205: error in identifying control file, check alert log for more info
SQL>
Did anyone experience similar problem?

>> Not sure if that was the problem though
But it is a good possible suspect. My (x86, not x64) oraclexe folder takes up about 1.1GiB, although part of that is archivelog files. Can't recall the exact amount of space consumed right at install time but 1GiB of freespace is cutting it very close indeed.

Similar Messages

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • Coping iso file and mounting problem

    Hi
    I am using Windows 8.1 Update Enterprise 64 bit and Windows ADK.
    I noticed that, if I select the "Environment of the deployment tools and creations images" and I click on the "Run as Administrator" item of his Pop-Up menu and I mount on a iso image of windows 8.1 Update, when I run the command
    robocopy <Drive_Letter>:\"<Windows_Files_Path>" /e
    to copy all its files in a directory and the command
    dism /Mount-Image /ImageFile:"<Windows_Files_Path>"\install.wim /Index:<Image_Index> /MountDir:"<Mount_Directory_Path>"
    to mount an image volume, this error appears:
    Error: 0xc1510111
    Not have permission to mount and modify this image.
    However, if I copy these files through the "file explorer" window, the mounting of this volume image is working properly. How come?
    Thanks
    Bye
    Balubeto

    I am unable to reproduce the issue above:
    E:\>dism /mount-image /imagefile:e:\release\Captures.001\Win2008R2Sp1.wim /index:1 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    E:\>robocopy e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT e:\mount\test zti*.log /njh /ndl
    100% New File 226728 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplications.log
    100% New File 1228 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplyGPOPack.log
    100% New File 10283 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIAppVerify.log
    100% New File 29169 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBackup.log
    100% New File 2101 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBDE.log
    100% New File 36103 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIConfigure.log
    100% New File 34934 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDiskpart.log
    100% New File 1027 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDomainJoin.log
    100% New File 41428 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDrivers.log
    100% New File 93591 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGather.log
    100% New File 2619 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGroups.log
    100% New File 2898 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTINextPhase.log
    100% New File 3875 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRole.log
    100% New File 740 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRolePS.log
    100% New File 2350 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIPatches.log
    100% New File 4180 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ztiRunCommandHidden.log
    100% New File 1215 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTITatoo.log
    100% New File 1855 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIValidate.log
    100% New File 190933 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWindowsUpdate.log
    100% New File 1436 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWinRE.log
    100% New File 40631 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIYellowBang.log
    Total Copied Skipped Mismatch FAILED Extras
    Dirs : 1 0 0 0 0 0
    Files : 21 21 0 0 0 0
    Bytes : 712.2 k 712.2 k 0 0 0 0
    Times : 0:00:00 0:00:00 0:00:00 0:00:00
    Speed : 5209457 Bytes/sec.
    Speed : 298.087 MegaBytes/min.
    Ended : Tuesday, September 23, 2014 11:13:46 AM
    E:\>dism /unmount-wim /mountdir:c:\mount /commit
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image File : e:\release\Captures.001\Win2008R2Sp1.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    Additionally I can see that the original question asked was copied from this post 2 years ago:
    http://www.eightforums.com/installation-setup/54246-coping-iso-file-mounting-problem.html
    is this really your problem?
    Really, this is not a MDT related question. perhaps a general Windows Setup forum would be a better place to ask this question.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Oracle 10g forms problem

    hi
    can any body help me?
    i have installed oracle developer 10g with oracle 8i database
    when i run any form including the test.fmx
    it always ask to install JInitiator although it has been installed (appears in the control panel and in c:\program file\oracle folder)
    another problem appears after completing the installtion of JInitiator
    the browser views the HTML tags of the form not execute it
    so does any body have any idea???

    From the Windows Start menu, choose Run, type regedit, and click OK.
    Expand the registry nodes HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE.
    Make a backup copy of this key by right-clicking it and selecting Export from the context menu.
    Select one of the HOME nodes beneath the ORACLE node (the one for Developer Suite). Ensure that you have opened the correct node by verifying that the key FORMS90_PATH exists in that node.
    From the Registry Editor menu, select Edit > New > String Value. Type in the name FORMS90_HIDE_OBR_PARAMS.
    Double-click FORMS90_HIDE_OBR_PARAMS and in the Value data field enter false, then click OK.
    Close the registry editor.
    Now when you run a form from Forms Builder, it should show parameters, including userid, in the URL, but it should run fine.
    15. Set the path for Forms Builder to locate icons:
    a) Double-click the UI_ICON key to open it for editing.
    b) For the value data, append the path to the .gif file that you will use for the
    button icon, which is the \icons subdirectory of your lab directory. Separate this
    path from the remainder of the string with a semicolon; for example:
    ;e:\labs\lab\icons, then click OK.

  • Oracle Report Printing problem

    Dear All,
    i m using below code on button in oracle forms 6i problem is that when i click on button report should be print
    on network printer but it's print blank page however network printer is not my default printer when i set default printer
    to this network printer its working fine.
    and also its working when i set mode=character and network printer is not default printer but when i set mode=default or bitmap and notwork printer is not default then its print blank page.
         DECLARE
              p_list     PARAMLIST;
         BEGIN
         p_list := get_parameter_list('importdata');
         IF NOT Id_Null(p_list) THEN
    Destroy_Parameter_List('importdata');
         END IF;
              p_list := Create_Parameter_List('importdata');
              Add_Parameter(p_list,'P_IGM_NO',TEXT_PARAMETER,'10117/11');
              Add_Parameter(p_list,'P_INDEX_NO',TEXT_PARAMETER,'498');
              Add_Parameter(p_list,'P_CHR_NO',TEXT_PARAMETER,'CL-APL100/011');
              Add_Parameter(p_list,'P_CONTAINER_NO',TEXT_PARAMETER,'APHU6305929');
              Add_Parameter(p_list,'P_USER',TEXT_PARAMETER,'ALI');
              Add_Parameter(p_list,'P_BAL_QTY',TEXT_PARAMETER,0);
              Add_Parameter(p_list, 'PARAMFORM', TEXT_PARAMETER, 'NO');
              Add_Parameter(p_list,'DESTYPE',TEXT_PARAMETER,'PRINTER');
         Add_Parameter(p_list,'DESNAME',TEXT_PARAMETER,'\\192.168.1.67\epson');
         RUN_PRODUCT(REPORTS,'\\ORASERV\Atlas6I\Import\System\Reports\abc.rep',
         SYNCHRONOUS,
         RUNTIME,
         FILESYSTEM,
         p_list,
         NULL);
         END;

    i have made one oracle 6i reports. its is quite wide.when i run the report it shrink into too small font.
    and i increse it font size it by pressing + button on menu bar it looks okay.
    >
    The + button only causes a zoom in on the screen. It is not affecting the actual layout.
    >
    but the problem is that when i take print out of it ,it's printout comes in its intial format(in small font) evenif i choose different type of paper size or different orientation . it's printout is coming in too small font.
    pl tell me how to overcome this problem>
    The report rendering engine tries to fit the report page into the physical page size. This results in shrinking of font size,etc.
    To fix
    a) reduce the content on the report to something reasonable for printing.(Std paper sizes and orientation)
    b) change the page size selection. Of course, you will need a printer and paper of the size you set.
    Cheers,

  • 10.5.8 disk mounting problem

    I updated to 10.5.8 and decided I would download the photoshop elements trial off Adobe's website. It was at 365 MB of 1.27 GB and it suddenly came up "mounting failed" I am currently trying to download it again, but my internet connection is slow so it will be awhile before I see if it happens again at 365 MB. Has anyone else had disk mounting problems in 10.5.8?

    Speaking as someone who works a lot with PSE, I would say the odds are very high that this is an Adobe problem rather than a 10.5.8 problem. Wait a while and try the download again.

  • Mounting problem, mount: unknown filesystem type 'vfat'

    Can't mount vfat partition.
    Mounting problem, mount: unknown filesystem type 'vfat'

    takavar wrote:sorry for the necromancy, but this is the top result on Google search with no answer.
    I am going to close this thread because (a) the thread is more than two years old, abd (b) may or may not be related to your problem.
    Please open a new thread detailing your problem.  Define what is "Solved" by rebooting.  Does the drive mount during a reboot?  Tell us how you are trying to mount the drive, and provide us your /etc/fstab.  You may want to share the the output of sudo fdisk -l /dev/sda
    If you still think it relevant. provide a link back to this thread.
    Thanks

  • Narrowing down "iPod won't mount" problem

    Regarding the "iPod won't mount" problem that has been posted a number of times: is anyone having this problem with a USB connection or just with a Firewire connection?
    I'm using Firewire and can't get my iPod to mount. I don't have a USB connector for the iPod and I thought I'd do a little research on the problem before I go buy a USB connector.

    My 4th generation Ipod would not mount with the firewire but worked fine with USB.

  • Samba mount problem when using Oracle VM Server 2.1

    Hello
    I´m trying to mount a remote samba share from an Oracle VM Server 2.1 installation.
    To be able to do a mount.cifs, I installed samba-client manually using yum.
    yum repository based on Enterprise Linux 5 Update 1
    In the first step the mount failed with
    CIFS VFS: Server requests plain text password but client support disabled
    CIFS VFS: Send error in SessSetup = -13
    CIFS VFS: cifs_mount failed w/return code = -13
    After doing an
    echo 0x37 > /proc/fs/cifs/SecurityFlags
    the plain text password error message is gone.
    but
    CIFS VFS: Send error in SessSetup = -13
    CIFS VFS: cifs_mount failed w/return code = -13
    still exists.
    The mount command looks like that:
    mount.cifs //*servername*/*share* /mnt/*localdir* -o sec=none,user=*username*,pass=*password*
    The samba server which provides the share, only accept plain text password with no chance to get this adjusted.
    Is there anybody who knows how to fix this issue? Help would be really appreciated.

    [2008/02/08 14:58:07, 0]
    auth/pampass.c:smb_pam_passcheck(810)
    smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User install !
    Which is an indicator that the password is transfered incorrectly.
    As the password is for sure correct, it seems to me that the sec=none option is not working correctly when using OVM 2.1.
    When using Enterprise Linux 5 Update 1 all is working well.
    There you did not even need to use the "echo 0x37"
    It works out of the box using sec=none mount option.
    That is also a reason why I started this post under Virtualization and not under Linux ;-)
    I assume it is a OVM 2.1 specific issue.

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Ocfs2 mount problem due to datavolume option.

    hi,
    i am trying to install oracle rac on fedora core 6 through iscsi.
    when i try to mount,
    mount.ocfs2: Invalid argument while mounting /dev/mapper/rac-crs on /mnt/crs. Check 'dmesg' for more information on this error.
    error log in dmesg,
    ocfs2: Unmounting device (253,11) on (node 255)
    (27354,0):ocfs2_parse_options:753 ERROR: Unrecognized mount option "datavolume" or missing value
    version of ocfs2:
    [root@server ~]# rpm -qa | grep ocfs
    ocfs2console-1.2.2-1
    ocfs2-tools-devel-1.2.2-1
    ocfs2-2.6.9-42.EL-1.2.4-2
    ocfs2-tools-1.2.2-1
    i googled and found this datavolume option was taken from 1.2 but also it is quite needed for voting disk.I saw the dates of threads discussing this problem and it is almost 7 to 8 months back.
    how to make it work? is any new version available now? or how to fix it?
    thanks for any response.
    regards,
    Nirmal Tom.V

    Hi,
    What parameter you use to mount ocfs2 filesystem??, they must be
    /dev/sdb1 /u02 ocfs2 _netdev,datavolume,nointr  0 0
    Regards
    Angel

  • Oracle backup & restore problem

    Hi Team,
    I am new to the RMAN, I want to test Backup & restore operation
    I have database called Test , I am creating new table in the database called Test_table through SQL *coPlus create mmand.
    Now After this I am taking backup the of all cotrolfile , datafile & snapshot file.
    once again I am opening this database in SQL *plus & deleted the table (Test_table).
    Now if restore back the database with backup set taken before deleting table. It is not showing me the Test_table.
    What is the problem? Plz help..

    Hi,
    Thanks for replay,
    Using Windows XP & ORACLE 9i
    I am doing following steps.
    Created one table ( Test_table ) in database my Test database.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database: Test (DBID=1558624384)
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> backup database;
    Starting backup at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=9 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    input datafile fno=00002 name=C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    input datafile fno=00005 name=C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    input datafile fno=00010 name=C:\ORACLE\ORADATA\Test\XDB01.DBF
    input datafile fno=00006 name=C:\ORACLE\ORADATA\Test\INDX01.DBF
    input datafile fno=00009 name=C:\ORACLE\ORADATA\Test\USERS01.DBF
    input datafile fno=00003 name=C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    input datafile fno=00004 name=C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    input datafile fno=00007 name=C:\ORACLE\ORADATA\Test\ODM01.DBF
    input datafile fno=00008 name=C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 06-OCT-06
    channel ORA_DISK_1: finished piece 1 at 06-OCT-06
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:05
    Finished backup at 06-OCT-06
    Starting Control File and SPFILE Autobackup at 06-OCT-06
    piece handle=C:\TESTING\CTL_C-1558624384-20061006-01 comment=NONE
    Finished Control File and SPFILE Autobackup at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    After this backup I am deleting this Test_table table using SQL *PLUS Drop table  clause.
    Also deleted the all .DBF files from Test folder. and I am restoring now the old backup set which has the information regarding the Test_table.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area 252779340 bytes
    Fixed Size 453452 bytes
    Variable Size 125829120 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 667648 bytes
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> restore database;
    Starting restore at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=11 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    restoring datafile 00003 to C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    restoring datafile 00004 to C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    restoring datafile 00005 to C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    restoring datafile 00006 to C:\ORACLE\ORADATA\Test\INDX01.DBF
    restoring datafile 00007 to C:\ORACLE\ORADATA\Test\ODM01.DBF
    restoring datafile 00008 to C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    restoring datafile 00009 to C:\ORACLE\ORADATA\Test\USERS01.DBF
    restoring datafile 00010 to C:\ORACLE\ORADATA\Test\XDB01.DBF
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 tag=TAG20061006T122500 params=NULL
    channel ORA_DISK_1: restore complete
    Finished restore at 06-OCT-06
    RMAN> recover database;
    Starting recover at 06-OCT-06
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete
    Finished recover at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    When i check table Test_table in SQL *Plus using command DESC Test_table; it is showing me error object Test_table does not exist

  • Ocfs2 mounting problem

    I am just installing a 2 nodes RAC. I cannot mount the ocfs2 filesystem. At startup and at command line, the mount command shows errores. Eventhough the ocfs2console mounts the same partition succesfully!
    [root@rac1 ~]# mkfs.ocfs2 -b 4K -C 32K -N 4 -L /crs1 /dev/sde1
    mkfs.ocfs2 1.2.1
    Overwriting existing ocfs2 partition.
    Proceed (y/N): y
    Filesystem label=/crs1
    Block size=4096 (bits=12)
    Cluster size=32768 (bits=15)
    Volume size=1073512448 (32761 clusters) (262088 blocks)
    2 cluster groups (tail covers 505 clusters, rest cover 32256 clusters)
    Journal size=16777216
    Initial number of node slots: 4
    Creating bitmaps: done
    Initializing superblock: done
    Writing system files: done
    Writing superblock: done
    Formatting Journals: done
    Writing lost+found: done
    mkfs.ocfs2 successful
    [root@rac1 ~]# mount -t ocfs2 -o datavolume,nointr /dev/sde /crs1
    ocfs2_hb_ctl: Bad magic number in superblock while reading uuid
    mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not
    permitted"
    [root@rac1 ~]# /etc/rc.d/init.d/o2cb status
    Module "configfs": Loaded
    Filesystem "configfs": Mounted
    Module "ocfs2_nodemanager": Loaded
    Module "ocfs2_dlm": Loaded
    Module "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking cluster ocfs2: Online
    Checking heartbeat: Not active

    Hi, the same problem is here
    [root@node1 ~]# mounted.ocfs2 -d
    Device FS UUID Label
    /dev/sdb1 ocfs2 456a44f0-1b41-4a42-b2d2-3538aa003e50 /u03
    [root@node1 ~]# service ocfs2 start
    Starting Oracle Cluster File System (OCFS2) ocfs2_hb_ctl: Bad magic number in inode while reading uuid
    mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted"
    [FAILED]
    but it is ok on node2.
    anybody have some idea?

  • Oracle databse mounted & cannot be openned

    Hi,
    My Oracle database don't want to be openned anymore , i'm having hard time with this & spent 4 days trying to resolve this , here is the content of the trace file of my instance ORCL.
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\app\Otmane\product\11.1.0\db_1\RDBMS
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile C:\APP\OTMANE\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEORCL.ORA
    System parameters with non-default values:
    processes = 150
    memory_target = 820M
    control_files = "C:\APP\OTMANE\ORADATA\ORCL\CONTROL01.CTL"
    control_files = "C:\APP\OTMANE\ORADATA\ORCL\CONTROL02.CTL"
    control_files = "C:\APP\OTMANE\ORADATA\ORCL\CONTROL03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    db_recovery_file_dest = "C:\app\Otmane\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    undo_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
    audit_file_dest = "C:\APP\OTMANE\ADMIN\ORCL\ADUMP"
    audit_trail = "DB"
    db_name = "orcl"
    open_cursors = 300
    diagnostic_dest = "C:\APP\OTMANE"
    Fri Mar 18 15:17:07 2011
    PMON started with pid=2, OS id=2212
    Fri Mar 18 15:17:07 2011
    VKTM started with pid=3, OS id=1648 at elevated priority
    VKTM running at (20)ms precision
    Fri Mar 18 15:17:07 2011
    DIAG started with pid=4, OS id=1732
    Fri Mar 18 15:17:07 2011
    DBRM started with pid=5, OS id=3316
    Fri Mar 18 15:17:07 2011
    PSP0 started with pid=6, OS id=1804
    Fri Mar 18 15:17:07 2011
    DSKM started with pid=7, OS id=3408
    Fri Mar 18 15:17:07 2011
    DIA0 started with pid=8, OS id=3624
    Fri Mar 18 15:17:08 2011
    MMAN started with pid=7, OS id=3052
    Fri Mar 18 15:17:08 2011
    DBW0 started with pid=9, OS id=3844
    Fri Mar 18 15:17:08 2011
    LGWR started with pid=10, OS id=3100
    Fri Mar 18 15:17:08 2011
    CKPT started with pid=11, OS id=2152
    Fri Mar 18 15:17:08 2011
    SMON started with pid=12, OS id=2072
    Fri Mar 18 15:17:08 2011
    RECO started with pid=13, OS id=936
    Fri Mar 18 15:17:08 2011
    MMON started with pid=14, OS id=2112
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Fri Mar 18 15:17:08 2011
    MMNL started with pid=15, OS id=2892
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\app\Otmane
    Fri Mar 18 15:17:08 2011
    ALTER DATABASE MOUNT
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 1273860087
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Fri Mar 18 15:19:10 2011
    alter database open
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Completed redo scan
    40 redo blocks read, 3 data blocks need recovery
    Started redo application at
    Thread 1: logseq 1169, block 3
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 1169 Reading mem 0
    Mem# 0: C:\APP\OTMANE\ORADATA\ORCL\REDO02.LOG
    Completed redo application
    Completed crash recovery at
    Thread 1: logseq 1169, block 43, scn 12051754
    3 data blocks read, 3 data blocks written, 40 redo blocks read
    Fri Mar 18 15:19:11 2011
    Thread 1 advanced to log sequence 1170
    Thread 1 opened at log sequence 1170
    Current log# 3 seq# 1170 mem# 0: C:\APP\OTMANE\ORADATA\ORCL\REDO03.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Mar 18 15:19:11 2011
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 2.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    Database Characterset is TH8TISASCII
    Errors in file c:\app\otmane\diag\rdbms\orcl\orcl\trace\orcl_ora_2860.trc:
    ORA-00604: เกิดข้อผิดพลาดที่ระดับ SQL แบบต่อเนื่อง 1
    ORA-00376: อ่านไฟล์ 3 ไม่ได้ในขณะนี้
    ORA-01110: ไฟล์ข้อมูล 3: 'C:\APP\OTMANE\ORADATA\ORCL\UNDOTBS01.DBF'
    Error 604 happened during db open, shutting down database
    USER (ospid: 2860): terminating the instance due to error 604
    Fri Mar 18 15:19:13 2011
    Errors in file c:\app\otmane\diag\rdbms\orcl\orcl\trace\orcl_m000_4076.trc:
    ORA-00604: error occurred at recursive SQL level
    Instance terminated by USER, pid = 2860
    ORA-1092 signalled during: alter database open...
    ORA-1092 : opiodr aborting process unknown ospid (2104_2860)
    Fri Mar 18 15:19:14 2011
    ORA-1092 : opitsk aborting process
    this trace is including two other files , here is the content:
    content of orcl_m000.....trc_
    Trace file c:\app\otmane\diag\rdbms\orcl\orcl\trace\orcl_m000_4076.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows XP Version V5.1 Service Pack 3
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:909M/2046M, Ph+PgF:2495M/3936M, VA:1268M/2047M
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 21
    Windows thread id: 4076, image: ORACLE.EXE (m000)
    *** 2011-03-18 15:19:12.656
    *** SESSION ID:(154.7) 2011-03-18 15:19:12.656
    *** CLIENT ID:() 2011-03-18 15:19:12.656
    *** SERVICE NAME:() 2011-03-18 15:19:12.656
    *** MODULE NAME:(MMON_SLAVE) 2011-03-18 15:19:12.656
    *** ACTION NAME:(DDE async action) 2011-03-18 15:19:12.656
    ========= Dump for error ORA 1110 (no incident) ========
    ----- DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    kcidr_cross_check - error:
    ORA-00604: error occurred at recursive SQL level
    content of orcl_ora_2860 :_
    Trace file c:\app\otmane\diag\rdbms\orcl\orcl\trace\orcl_ora_2860.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows XP Version V5.1 Service Pack 3
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:932M/2046M, Ph+PgF:2521M/3936M, VA:1296M/2047M
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Windows thread id: 2860, image: ORACLE.EXE (SHAD)
    *** 2011-03-18 15:19:11.031
    *** SESSION ID:(170.5) 2011-03-18 15:19:11.031
    *** CLIENT ID:() 2011-03-18 15:19:11.031
    *** SERVICE NAME:() 2011-03-18 15:19:11.031
    *** MODULE NAME:(sqlplus.exe) 2011-03-18 15:19:11.031
    *** ACTION NAME:() 2011-03-18 15:19:11.031
    Successfully allocated 2 recovery slaves
    Using 545 overflow buffers per recovery slave
    Thread 1 checkpoint: logseq 1169, block 2, scn 12031711
    cache-low rba: logseq 1169, block 3
    on-disk rba: logseq 1169, block 43, scn 12031754
    start recovery at logseq 1169, block 3, scn 0
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 20Kb in 0.24s => 0.08 Mb/sec
    Longest record: 0Kb, moves: 0/41 (0%)
    Longest LWN: 1Kb, moves: 0/20 (0%), moved: 0Mb
    Last redo scn: 0x0000.00b79709 (12031753)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 3/3 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 78/81 = 1.0
    *** 2011-03-18 15:19:11.343
    KCRA: start recovery claims for 3 data blocks
    *** 2011-03-18 15:19:11.343
    KCRA: blocks processed = 3/3, claimed = 3, eliminated = 0
    *** 2011-03-18 15:19:11.437
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 1169 Reading mem 0
    *** 2011-03-18 15:19:11.453
    Completed redo application
    *** 2011-03-18 15:19:11.453
    Completed recovery checkpoint
    IR RIA: redo_size 20480 bytes, time_taken 33 ms
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 3/3 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 81/81 = 1.0
    *** 2011-03-18 15:19:12.640
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    ----- DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- (Action duration in csec: 0) -----
    ----- END DDE Actions Dump -----
    DDE: Problem Key 'ORA 1110' was flood controlled (0x1) (no incident)
    ORA-01110: ไฟล์ข้อมูล 3: 'C:\APP\OTMANE\ORADATA\ORCL\UNDOTBS01.DBF'
    DDE: Problem Key 'ORA 1110' was flood controlled (0x1) (no incident)
    ORA-01110: ไฟล์ข้อมูล 3: 'C:\APP\OTMANE\ORADATA\ORCL\UNDOTBS01.DBF'
    ORA-00604: เกิดข้อผิดพลาดที่ระดับ SQL แบบต่อเนื่อง 1
    ORA-00376: อ่านไฟล์ 3 ไม่ได้ในขณะนี้
    ORA-01110: ไฟล์ข้อมูล 3: 'C:\APP\OTMANE\ORADATA\ORCL\UNDOTBS01.DBF'
    *** 2011-03-18 15:19:12.984
    USER (ospid: 2860): terminating the instance due to error 604
    Plz can you hepl me to resolve this problem, i lost hope
    best regards

    Hi,
    i tried to & here is the result :
    SQL> recover datafile 3;
    ORA-00279: ต้องมีการเปลี่ยนแปลง 11791080 สร้างขึ้นที่ 03/18/2011 11:45:38
    สำหรับเธรด 1
    ORA-00289: ข้อแนะนำ :
    C:\APP\OTMANE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_03_19\O1_MF_1_1157_%U_.AR
    C
    ORA-00280: การเปลี่ยนแปลง 11791080 ของเธรด 1 อยู่ในลำดับที่ 1157
    ระบุล็อก: {<RET>=suggested | filename | AUTO | CANCEL}
    i used auto , and the result is :
    ORA-00308: ไม่สามารถเปิดล็อกที่เก็บข้อมูลออกจากระบบ
    'C:\APP\OTMANE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_03_19\O1_MF_1_1157_%U_.A
    RC'
    ORA-27041: ไม่สามารถเปิดไฟล์
    OSD-04002: ไม่สามารถเปิดไฟล์
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00308: ไม่สามารถเปิดล็อกที่เก็บข้อมูลออกจากระบบ
    'C:\APP\OTMANE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_03_19\O1_MF_1_1157_%U_.A
    RC'
    ORA-27041: ไม่สามารถเปิดไฟล์
    OSD-04002: ไม่สามารถเปิดไฟล์
    O/S-Error: (OS 2) The system cannot find the file specified.
    thanks

  • Oracle 8.0 Problem urgent

    Dears
    I have a server which has Enterprise Edition installed (ORACLE 8) I change the password of INTERNAL account and the i reboot the system. Now i want that my database automaticallay mounte and open when i restart the computer my operating system is NT 4.0.
    Please help me Please+Please+++++++
    Yours
    Muhammad Munir
    [email protected]

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Uthaya:
    Hi,
    You are right. u need to edit the ORADIM command. The other way is...
    1) Go to control panel
    2) Go to services
    3) Go to your database service(For example if u r db is DEV your service looks like OracleServiceDEV)
    4) go to the properties of it(click starup button).
    5) make the startup mode as automatic.
    This will start your database when ever u start NT.
    Let me know if u still have the problem
    Uthaya<HR></BLOCKQUOTE>
    From: Muhammad Munir
    Dear Uthaya,
    I did all that but I have Still Problem. I am MCSE and I know NT well. This is I think Oracle Problem not NT problem.I want to explain that I change the password of INTERNAL and then restart the Computer.
    I have to startup the oracle from the SVRMGR> consoal. And i again change the INTERNAL password that it was by default and I restart the system now the Database is Open and running. So I think the problem is of ORACLE not the NT services.
    Please Help Me.
    null

Maybe you are looking for

  • 7.6 can only find files in the itunes folder - My Music files are all lost

    Since upgrading to itunes 7.6 all my old files that were located in My Music are no longer found by itunes. However all files in My Music/itunes are found. I have not changed the file names, what has happened? As I have loads of files in the old My M

  • AS3 air project.. nested button in a movie clip .. trying to use a class script

    I have been tring to have a button in a nested movie clip move the timeline along using a class script attached to the nested movie. I can get the buttons to work on the main timeline with another similar class script, but when I have a button within

  • Buy an iPad 2 or 3?

    I am going to buy an iPad for my business but am not sure wether to get an iPad 2 or 3. I need it for my work I ama real estate agent. Any suggestions?

  • Generic counter with leading zeros

    Good evening everybody, I was searching the code of a generic counter with leading zeros, but I did not found anything over the Internet. Therefore, I code it all by myself. I give you the code, it will maybe helps someone. Only needed leading zeros

  • Error in Euro symbol when desformat=PDF in AS10g

    when desformat = htmlcss the euro symbol works fine but when desformat = PDF it gives special character not euro symbol. pl do the needful NLS_LANG = AMERICAN_AMERICA.WE8MSWIN1252