Cannot open my Database

I have downloaded the Oracle 10g Express Edition and when I try to get to my homepage I am getting page cannot be displayed?
I am not all that savvy with this so I don't know the first step in troubleshooting this error. All I know it is going out to http://127.0.0.1:8080/apex and it can't find that.
Can someone please help me?

Well, first you could add some information like your operating system (including the version) and your browser. Next you could check if your installation worked by checking if the necessary directories and data files are there and the database is running - sqlplus / as sysdba from the command line usually gives that information. And it doesn't hurt if you and the other poster use this forums search function first to see if there are any threads dealing with that topic already, I seem to recall a view.
C.

Similar Messages

  • Fatal error 70: Cannot open calendar database

    When I try to start my iPlanet Calendar Server(iCS) 5.0, the following error
    occurs:
    <P>
    Fatal error 70: Cannot open calendar database
    When this error occurs, first try to recover the database using the
    "csdb" command line
    utility. For more information on the
    csdb utility, please
    refer to the iCS 5.0 documentation at the following URL:
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ics50/ag/calagxa.htm#13586
    <P>
    If you are unable to recover the database using the
    csdb utility, use the
    following steps:
    <OL>
    <LI>Completely shut down the calendar server to ensure that there are no
    stray calendar processes still running.
    <P>
    <LI>Change directory to your iCS database directory (the default directory
    on Solaris is
    /var/opt/SUNWics5/csdb/).
    <P>
    cd /var/opt/SUNWics5/csdb/
    <P>
    <LI>Create a temp
    directory.
    <P>
    mkdir temp
    <P>
    <LI>Move all of the
    *.share files to the
    temp directory.
    <P>
    mv *.share temp/
    <P>
    <LI>Restart the calendar server.
    <P>
    <B>Note:</B> The *.share
    files will be rebuilt upon startup.
    </OL>
    <P>

    theFatal error 70: Cannot open calendar database error can occur after a migration from Netscape calendar server, using the ncs4migrate utility.
    The problem can be that the log* files in the csdb folder (or wherever you put the calendar database) are not owned by the same user that runs the calendar server - commonly called icsuser.
    ie.
    -rw-r----- 1 root other 5499425 Jun 25 14:17 log.0000000142
    will cause fatal error 70:
    change the owner, thus
    -rw-r----- 1 icsuser2 icsgroup2 5499425 Jun 25 14:17 log.0000000142
    and it should work!
    Regards,
    - jd

  • Cannot open the database, stuck in mount mode

    Someone please shed some lights on this problem.
    I ran into some media failure, and ended up restoring the database from the offline whole backup.
    The database is in the nonarchivelog mode (I know, it is not good), so there is no archive log files and
    restore database is the only solution.
    . startup mount
    . restore database <== ran ok
    . ALTER DATABASE CLEAR LOGFILE GROUP 1 <== ran ok
    . ALTER DATABASE CLEAR LOGFILE GROUP 2 <== alter failed
    ORA-01624: log 2 needed for crash recovery of instance orcl (thread 1)
    Alter failed with group 2 and 3 because one was CURRENT,
    and one was ACTIVE.
    SQL> select group#, sequence#, members, status from v$log;
    GROUP# SEQUENCE# MEMBERS STATUS
    1 0 2 UNUSED
    3 189 2 CURRENT
    2 188 2 ACTIVE
    I also tried 'alter database open resetlogs', and got:
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery
    I don't think I can recover the datafile since there is no archive log file here.
    Besides, if the restore database ran fine, why did I get SYSTEM01.DBF datafile needs media recovery message?
    Right now, the database is in mount mode, and I cannot open it. How do I solve the problem with
    ALTER DATABASE CLEAR LOGFILE GROUP for group 2 and 3?
    Any suggestion? Thank you for the input.
    The database is 11G running on Window.

    I would think the cold backup ran successfully. Here is the backup record:
    RMAN> run {
    2> shutdown immediate;
    3> startup mount;
    4> allocate channel c1 type disk;
    5> backup as backupset database;
    6> alter database open;
    7> }
    8>
    using target database control file instead of recovery catalog
    database closed
    database dismounted
    Oracle instance shut down
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area 535662592 bytes
    Fixed Size 1348508 bytes
    Variable Size 331353188 bytes
    Database Buffers 197132288 bytes
    Redo Buffers 5828608 bytes
    allocated channel: c1
    channel c1: SID=156 device type=DISK
    Starting backup at 29-NOV-09
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    input datafile file number=00002 name=C:\APP\DAVECW\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00001 name=C:\APP\DAVECW\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00003 name=C:\APP\DAVECW\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00005 name=C:\APP\DAVECW\ORADATA\ORCL\EXAMPLE01.DBF
    input datafile file number=00006 name=C:\APP\DAVECW\ORADATA\ORCL\INVENTORY01.DBF
    input datafile file number=00004 name=C:\APP\DAVECW\ORADATA\ORCL\USERS01.DBF
    channel c1: starting piece 1 at 29-NOV-09
    channel c1: finished piece 1 at 29-NOV-09
    piece handle=C:\APP\DAVECW\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_11_29\O1_MF_NNNDF_TAG20091129T230
    632_5K6VQY0W_.BKP tag=TAG20091129T230632 comment=NONE
    channel c1: backup set complete, elapsed time: 00:01:55
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    including current control file in backup set
    including current SPFILE in backup set
    channel c1: starting piece 1 at 29-NOV-09
    channel c1: finished piece 1 at 29-NOV-09
    piece handle=C:\APP\DAVECW\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_11_29\O1_MF_NCSNF_TAG20091129T230
    632_5K6VVNJR_.BKP tag=TAG20091129T230632 comment=NONE
    channel c1: backup set complete, elapsed time: 00:00:03
    Finished backup at 29-NOV-09
    database opened
    released channel: c1
    Recovery Manager complete.

  • Cannot open standby database in read only....

    i do the following procedure on my standby database
    ORACLE 9.2.0.7
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 538412112 bytes
    Fixed Size 742480 bytes
    Variable Size 402653184 bytes
    Database Buffers 134217728 bytes
    Redo Buffers 798720 bytes
    SQL> lter database mount standby database;
    SP2-0734: unknown command beginning "lter datab..." - rest of line ignored.
    SQL> alter database mount standby database;
    Database altered.
    SQL> SQL> recover standby database until cancel;
    ORA-00279: change 4274363673 generated at 09/18/2006 11:25:08 needed for thread
    1
    ORA-00289: suggestion : /u12/oradata/dbadmon/arch/dbadmon9135.arc
    ORA-00280: change 4274363673 for thread 1 is in sequence #9135
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    auto
    ORA-00279: change 4275275613 generated at 09/18/2006 14:03:09 needed for thread
    1
    ORA-00289: suggestion : /u12/oradata/dbadmon/arch/dbadmon9136.arc
    ORA-00280: change 4275275613 for thread 1 is in sequence #9136
    ORA-00278: log file '/u12/oradata/dbadmon/arch/dbadmon9135.arc' no longer
    needed for this recovery
    ORA-00308: cannot open archived log '/u12/oradata/dbadmon/arch/dbadmon9136.arc'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    SQL> alter database open read only;
    alter database open read only
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    THEN i check in the alert...
    Errors in file /u00/oracle/admin/dbadmon/udump/dbadmon_ora_24028.trc:
    ORA-00704: bootstrap process failure
    ORA-00600: internal error code, arguments: [2652], [76], [76], [0], [0], [787456], [], []
    Mon Sep 18 13:59:16 2006
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 24028
    ORA-1092 signalled during: alter database open read only...
    followed by the trace file...
    /u00/oracle/admin/dbadmon/udump/dbadmon_ora_24028.trc
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    ORACLE_HOME = /u00/oracle/product/9.2.0.1
    System name: AIX
    Node name: eserver1
    Release: 1
    Version: 5
    Machine: 000651FA4C00
    Instance name: dbadmon
    Redo thread mounted by this instance: 1
    Oracle process number: 14
    Unix process pid: 24028, image: oracle@eserver1 (TNS V1-V3)
    *** SESSION ID:(11.1) 2006-09-18 13:58:57.859
    Start recovery at thread 1 ckpt scn 4274363673 logseq 9135 block 2
    *** 2006-09-18 13:59:00.215
    Media Recovery Log /u12/oradata/dbadmon/arch/dbadmon9135.arc
    *** 2006-09-18 13:59:11.868
    Media Recovery Log /u12/oradata/dbadmon/arch/dbadmon9136.arc
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 27062Kb in 13.99s => 1.86 Mb/sec
    Longest record: 8Kb, moves: 22/97639 (0%)
    Change moves: 43706/193539 (22%), moved: 4Mb
    *** 2006-09-18 13:59:14.688
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [2652], [76], [76], [0], [0], [787456], [], []
    Current SQL statement for this session:
    select /*+ rule */ name,file#,block#,status$,user#,undosqn,xactsqn,scnbas,scnwrp,DECODE(inst#,0,NULL,inst#),ts#,spare1 from undo$
    where us#=:1
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp+0148 bl ksedst 1029170CC ?
    ksfdmp+0018 bl 01FD771C
    kgeriv+0118 bl _ptrgl
    kgesiv+0080 bl kgeriv FFFFFFFFFFEBEF0 ? 080000000 ?
    101A6C640 ? 000000000 ?
    FFFFFFFFFFEBE70 ?
    ksesic5+005c bl kgesiv 70000000E517A78 ?
    70000000E517748 ?
    Can anyone gie me a hand please???
    Thanks in advance.

    Doc ID: Note:1038418.6
    Please check permissions on dump desitnation directory.
    Also check if dual table is present.

  • Cannot open my database from version 5.0

    I cannot open my Lookout 5.0 data in 5.1 Max 2.2 works fine but not Max 3.0. I am currently in class at NI and I tried it with the instructor. It opened just fine on Max 3.0.1. I cannot find a download to update my Max and when I tried the "Product Updater" in Max it told me that there are no updates available.
    The error text states: Unable to create database: Class error or no such requested class exsists in max storage (0x80040301)
    I will be in training room 1 at NI till 10/1 if you would like to examine my laptop.

    I am having this same problem.  I have both 5.0 and 5.1 installed on my laptop and need to have them both as I develop in both versions for my customers.
    Has anyone found a solution to this issue?

  • JDev 11g TP4 Issue - Cannot Open TP3 Database Class Diagrams

    I created the diagram with build 4893 (actually post TP3). After opening the application in TP4, double clicking the diagram (or selecting Open from the right-click menu) does not open it.
    The release notes web page seems to be down at the moment so I can't check. Is this a known issue?

    Sorry. Please disregard. I didn't see the 11g threads. I will move this to that category.

  • TP4 Issue - Cannot Open TP3 Database Class Diagrams

    (moved from the JDeveloper category)
    I created the diagram with build 4893 (actually post TP3). After opening the application in TP4, double clicking the diagram (or selecting Open from the right-click menu) does not open it.
    The release notes web page seems to be down at the moment so I can't check. Is this a known issue?
    Peter Koletzke

    Hi Peter,
    Is it possible that you can zip up your project and email it to me so that I can take a look ([email protected]), we are not aware of any issues so would like to investigate further.
    If you could rename the .zip file to .zap to get it through the email server, that would be great.
    Thanks,
    Lisa Sherriff
    JDev DB QA

  • Cannot open database - ORA-03113

    Hi, I'm having problem when I want to start my XE database. Previously, my server crashed, so after hardware replacement now it's fine. But, when my system is up, and when I try to start database I get this message:
    # sqlplus sys as sysdba
    SQL> startup
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 218103932 bytes
    Database Buffers 583008256 bytes
    Redo Buffers 2932736 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    At the same time, I executed:
    tail -f alert_XE.log
    and the result is next:
    Wed Jul 11 16:00:10 2012
    Starting ORACLE instance (normal)
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    The open() system call failed for the file /proc/self/exe
    Linux Error: 13: Permission denied
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:>sessions = 49
    >__shared_pool_size = 209715200
    >__large_pool_size = 4194304
    >__java_pool_size = 4194304
    >__streams_pool_size = 0
    >sga_target = 805306368
    >control_files = /usr/lib/oracle/xe/oradata/XE/control.dbf
    >__db_cache_size = 583008256
    >compatible = 10.2.0.1.0
    >db_recovery_file_dest = /usr/lib/oracle/xe/app/oracle/flash_recovery_area
    >db_recovery_file_dest_size= 21474836480
    >undo_management = AUTO
    >undo_tablespace = UNDO
    >remote_login_passwordfile= EXCLUSIVE
    >dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    >shared_servers = 4
    >job_queue_processes = 4
    >background_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/bdump
    >user_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/udump
    >core_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/cdump
    >audit_file_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/adump
    >db_name = XE
    >open_cursors = 300
    >os_authent_prefix =
    >pga_aggregate_target = 268435456
    PMON started with pid=2, OS id=7989
    PSP0 started with pid=3, OS id=7991
    MMAN started with pid=4, OS id=7993
    DBW0 started with pid=5, OS id=7995
    LGWR started with pid=6, OS id=7997
    CKPT started with pid=7, OS id=7999
    SMON started with pid=8, OS id=8001
    RECO started with pid=9, OS id=8003
    CJQ0 started with pid=10, OS id=8005
    MMON started with pid=11, OS id=8007
    Wed Jul 11 16:00:10 2012
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=8009
    Wed Jul 11 16:00:10 2012
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Jul 11 16:00:10 2012
    ALTER DATABASE MOUNT
    Wed Jul 11 16:00:14 2012
    Setting recovery target incarnation to 2
    Wed Jul 11 16:00:14 2012
    Successful mount of redo thread 1, with mount id 2669472714
    Wed Jul 11 16:00:14 2012
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Wed Jul 11 16:00:14 2012
    ALTER DATABASE OPEN
    Wed Jul 11 16:00:14 2012
    Beginning crash recovery of 1 threads
    Wed Jul 11 16:00:14 2012
    Started redo scan
    Wed Jul 11 16:00:14 2012
    Completed redo scan
    2035 redo blocks read, 328 data blocks need recovery
    Wed Jul 11 16:00:14 2012
    Started redo application at>Thread 1: logseq 8406, block 84609
    Wed Jul 11 16:00:14 2012
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 8406 Reading mem 0> Mem# 0 errs 0: /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_5m16ohd0_.log
    And that's all, I really don't know what happend, and way I cannot open my database.
    I hope that you can help me.
    Thanks in advance.

    No errors reported during boot of system.
    After system booted, as oracle user through terminal I entered
    *# export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server*
    *# export ORACLE_SID=XE*
    *# export PATH=$ORACLE_HOME/bin:$PATH*
    then,
    *# sqlplus sys as sysdba*
    SQL> startup
    that's all, database mounts, but won't open.
    echo $ORACLE_HOME returns /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    echo $LD_LIBRARY_PATH returns blank, so I entered:
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib <------ Is this right?
    When I enter:
    ls -l $ORACLE_HOME everything is owned by oracle user.
    and
    ls -l $LD_LIBRARY_PATH
    -r--r--r-- 1 oracle dba 3007 Jan 30 2006 facility.lis
    -r-xr-xr-x 1 oracle dba 74952 Feb 20 2006 hsdb_odbc.so
    -r-xr-xr-x 1 oracle dba 170372 Jan 30 2006 hsdb_ora.so
    -r--r--r-- 1 oracle dba 241976 Jan 30 2006 lclasses12.zip
    lrwxrwxrwx 1 root root 15 Dec 22 2009 libagtsh.so -> libagtsh.so.1.0
    -r-xr-xr-x 1 oracle dba 3587392 Feb 20 2006 libagtsh.so.1.0
    lrwxrwxrwx 1 root root 17 Dec 22 2009 libclntsh.so -> libclntsh.so.10.1
    -r-xr-xr-x 1 oracle dba 14422144 Feb 20 2006 libclntsh.so.10.1
    -r-xr-xr-x 1 oracle dba 32312 Feb 20 2006 libclsra10.so
    -r-xr-xr-x 1 oracle dba 738376 Feb 20 2006 libcorejava.so
    -r-xr-xr-x 1 oracle dba 1490808 Feb 20 2006 libcoresh10.so
    -r-xr-xr-x 1 oracle dba 857816 Feb 20 2006 libcprts.so.5
    -r-xr-xr-x 1 oracle dba 204000 Feb 20 2006 libcxa.so.3
    -r-xr-xr-x 1 oracle dba 154720 Feb 20 2006 libcxa.so.5
    -r-xr-xr-x 1 oracle dba 94412 Feb 20 2006 libdbcfg10.so
    -r-xr-xr-x 1 oracle dba 37920 Feb 20 2006 libemmas10.so
    -r-xr-xr-x 1 oracle dba 915032 Feb 20 2006 libhasgen10.so
    -r-xr-xr-x 1 oracle dba 22232 Feb 20 2006 libheteroxa10.so
    -r-xr-xr-x 1 oracle dba 2048264 Feb 20 2006 libhsbase.so
    -r-xr-xr-x 1 oracle dba 2129256 Feb 20 2006 libhsnav.so
    -r-xr-xr-x 1 oracle dba 1719644 Feb 20 2006 libimf.so
    -r-xr-xr-x 1 oracle dba 220752 Feb 20 2006 libirc.a
    -r-xr-xr-x 1 oracle dba 5704 Feb 20 2006 libjox10.so
    -r-xr-xr-x 1 oracle dba 58296 Feb 20 2006 libldapjclnt10.so
    -r-xr-xr-x 1 oracle dba 97748 Feb 20 2006 libnjni10.so
    -r-xr-xr-x 1 oracle dba 1309244 Feb 20 2006 libnjssl10.so
    -r-xr-xr-x 1 oracle dba 2150124 Feb 20 2006 libnnz10.so
    -r-xr-xr-x 1 oracle dba 25420 Feb 20 2006 libnque10.so
    -r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libntcpaio10.so
    lrwxrwxrwx 1 root root 15 Dec 22 2009 libocci.so -> libocci.so.10.1
    -r-xr-xr-x 1 oracle dba 1006316 Feb 20 2006 libocci.so.10.1
    -r-xr-xr-x 1 oracle dba 105856 Feb 20 2006 libocijdbc10.so
    -r-xr-xr-x 1 oracle dba 447348 Feb 20 2006 libocr10.so
    -r-xr-xr-x 1 oracle dba 274788 Feb 20 2006 libocrb10.so
    -r-xr-xr-x 1 oracle dba 362648 Feb 20 2006 libocrutl10.so
    -r-xr-xr-x 1 oracle dba 5752 Feb 20 2006 libodm10.so
    -r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libodmd10.so
    -r-xr-xr-x 1 oracle dba 46892 Feb 20 2006 libons.so
    lrwxrwxrwx 1 root root 21 Dec 22 2009 liborasdkbase.so -> liborasdkbase.so.10.2
    -r-xr-xr-x 1 oracle dba 3776628 Feb 20 2006 liborasdkbase.so.10.2
    lrwxrwxrwx 1 root root 17 Dec 22 2009 liborasdk.so -> liborasdk.so.10.2
    -r-xr-xr-x 1 oracle dba 11618808 Feb 20 2006 liborasdk.so.10.2
    -r-xr-xr-x 1 oracle dba 220920 Feb 20 2006 libqsmashr.so
    -r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxn2.so
    -r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxns.so
    -r-xr-xr-x 1 oracle dba 7372 Feb 20 2006 libskgxp10.so
    -r-xr-xr-x 1 oracle dba 5996 Feb 20 2006 libskgxpd.so
    -r-xr-xr-x 1 oracle dba 138184 Feb 20 2006 libskgxpu.so
    -r-xr-xr-x 1 oracle dba 744228 Feb 20 2006 libsqlplus.so
    -r-xr-xr-x 1 oracle dba 594144 Feb 20 2006 libsqora.so.10.1
    -r-xr-xr-x 1 oracle dba 29628 Feb 20 2006 libsrvm10.so
    -r-xr-xr-x 1 oracle dba 1000344 Feb 20 2006 libsrvmhas10.so
    -r-xr-xr-x 1 oracle dba 516864 Feb 20 2006 libsrvmocr10.so
    -r-xr-xr-x 1 oracle dba 5024 Feb 20 2006 libuini10.so
    -r-xr-xr-x 1 oracle dba 20572 Feb 20 2006 libunwind.so.5
    -r-xr-xr-x 1 oracle dba 203208 Feb 20 2006 libxdb.so
    -r--r--r-- 1 oracle dba 31 Jan 30 2006 sysliblistIs this ok?
    Thanks again.

  • Cannot open database due to incorrect file size

    Hi,
    we have a oracle database 8.0.5 and it crashed yesterday. now we cannot open the database (only mount readonly) due to an incorrect filesize of usr1orcl.ora. is there a simple way to open the database?

    i'm sorry but it wasnt in archivelog mode.
    the ora error codes are:
    ORA-01122: datafile name - failed verification check
    Cause: The information in the datafile is inconsistent with information from the control file. This could be for any of the following reasons:
    The control file is from a time earlier than the datafiles.
    The datafile size does not match the size specified in the control file.
    The datafile is corrupted.
    Action: Make certain that the datafiles and control files are the correct files for this database, then retry the operation.
    ORA-01110: datafile name: str
    Cause: This message reports the filename involved with other messages.
    Action: See the associated messages for a description of the problem.
    ORA-01200: actual file size of num is smaller than correct size of num blocks
    Cause: The size of the file, as returned by the operating system, is smaller than the size of the file as indicated in the file header and the control file. Somehow the file has been truncated.
    Action: Restore a good copy of the datafile from a backup and perform recovery as needed.

  • How to get undo datafile number without opening the database ?

    I cannot open the database because the my undotbs01.dbf file is corrupted :
    SQL> connect sys/... as sysdba
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Process ID: 6627
    Session ID: 170 Serial number: 5
    SQL>
    I tryed several solutions but I failed. So I want to use RMAN :
    set newname for datafile X to '/location/undotbs01.dbf';
    But how can I get X which is the file number for my undo tablespace ? I cannot call
    SELECT tablespace_name,file_id,file_name FROM dba_data_files;
    because my database cannot be opened.

    hi,
    hi have this problem and i cannot solve it, the customer has not backup data base
    can you help me ?
    thanks
    can you send me the note you are talking about ?
    thanks
    regards
    I cannot open the database because the my undotbs01.dbf file is corrupted :
    SQL> connect sys/... as sysdba
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

  • The Microsoft Access database engine cannot open or write to the file in Report Builder 3.0

    I am trying to build a report in Report Builder 3.0.  I created the Data Source to point to my Excel file and the Data Set.  I drag a couple of fields on to the canvas and then choose Run.  I get the error:  "The Microsoft Access
    database engine cannot open or write to the file.  It is already opened exclusively by another user".  I am using the Excel driver.  Why am I getting this message?  How can I fix this?

    No, now I am getting the error message again.  It is quite long:
    ERROR [HY000] [Microsoft][ODBC Excel Driver] The Microsoft Access database engine cannot open or write to the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view and write its data.
    ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
    Please help

  • Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'

    I want to grant permissions to all domain users to view reports on our Report Server. Domain users are able to access our Report Server URL and folder, but when they click on a report item they get an error message: 
    "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'"
    I'm using windows authentication and configured the local service account in SSReportS Config Manager as the credentials to connect to the Report Server DB. 
    Can someone please help how I should properly do this step by step to give all domain users permissions to view a report in SSRS?
    Thanks much! - Rookie DBA

    Hi IWAR,
    The error message "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'" means the user 'USER LOGON' does not have permissions to access the "ReportServer" database.
    To fix this issue, please verify that the user has a valid database user login. For more details, please refer to the following steps.
    In SQL Server Management Studio, open Object Explorer and expand the Databases folder.
    Expand the database in which to create the new database user.
    Right-click the Security folder, point to New, and then click User.
    On the General page, enter a name for the new user in the User name box.
    In the Login name box, enter the name of a SQL Server login to map to the database user.
    Click OK.
    Reference:
    http://technet.microsoft.com/en-us/library/ms156468(v=sql.105).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSIS package "The Microsoft Jet database engine cannot open the file"

    Dear all,
    I am trying to import data from an excel spreadsheet which is save on application sharing server. When I try to save same file locally (On my desktop) my package has no problem to read it.  Problem comes when I change the file path to the share location
    I am getting below error message,
    "Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  13:26:46  Error: 2014-12-05 13:26:50.30     Code: 0xC0202009     Source: Incremental MasterStyle DL
    Connection manager "Excel Connection Manager"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.  An OLE DB record is available.  Source: "Microsoft JET Database
    Engine"  Hresult: 0x80004005  Description: "The Microsoft Jet database engine cannot open the file ''.  It is already opened exclusively by another user, or you need permission to view its data.".  End Error  Error:
    2014-12-05 13:26:50.30     Code: 0xC020801C     Source: Data Flow Task 1 Excel Source [36]     Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection
    manager "Excel Connection Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2014-12-05 13:26:50.30
        Code: 0xC0047017     Source: Data Flow Task 1 SSIS.Pipeline     Description: Excel Source failed validation and returned error code 0xC020801C.  End Error  Error: 2014-12-05 13:26:50.30     Code: 0xC004700C
        Source: Data Flow Task 1 SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2014-12-05 13:26:50.30     Code: 0xC0024107     Source: Data Flow Task 1    
     Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  13:26:46  Finished: 13:26:50  Elapsed:  3.401 seconds.  The package execution
    failed.  The step failed."
    I am trying to run this package as an sql server agent job and  server is installed on my Machine. I have created proxy account with my own credential to execute it. I have full excess to the spread sheet and can open it in an excel program. Please
    suggest what could be the reason why sql job is not able to access this spreadsheet. I can think of below reasons
    File is password protected and I am not using its password to unlock it?
    My domain account is a part of It Admin group with high previllages
    when I installed my SQL server I installed it as a standalone instance of SQL server?
    please advise.
    regards
    JKH

    Hi Jahangir,
    Based on the error message that "The Microsoft Jet database engine cannot open the file ''.  It is already opened exclusively by another user, or you need permission to view its data.", there are two causes:
    The account that SQL Agent is using does not have the correct permissions for the file or for the folder that contains the file.
    Another process or user has the file open.
    The following resolutions correspond to the previous list of causes:
    Since you use a network path to the file (UNC), check the account permissions on the share, the file, and the folder.
    The "another user" may be Microsoft Visual InterDev. Close any Visual InterDev projects that contain a data connection to the file. Please close all instances of excel file and re-run the package.
    Besides, we can use a tool like
    SQL Server Profiler to see what is happening when you run the package.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Cannot open 2 Virtual Machines at the same time to access the same Database

    Folks,
    Hello.
    I am installing Oracle Database 11gR2 RAC system using 2 Virtual Machines (rac1 and rac2) on the top of VMPlayer 3.
    The VM rac1 and rac2 run correctly when one of them is shutdown.
    Their locations are F:\VM_RAC\rac1 and F:\VM_RAC\rac2.
    While rac2 is running, I open rac1. But this error message comes up:
    Error: "Cannot open the disk F:\VM_RAC\sharerac\asm1.vmdk or one of snapshot disks it depends on. Reason: failed to lock the file."
    While rac1 is running, I open rac2. But this error message comes up:
    Error: "Cannot open the disk F:\VM_RAC\sharerac\asm1.vmdk or one of snapshot disks it depends on. Reason: failed to lock the file."
    The 2 error messages are the same. This means I cannot open 2 VMs rac1 and rac2 at the same time. When we run RAC system, we have to open 2 machines or more than 2 machines at the same time so that all machines can access the same Database Server.
    My question is:
    Can any folk tell me how to have rac1 and rac2 run at the same time ?
    Thanks.

    You need to disable disk locking, which ordinarily is performed by the first VM to prevent any other VMs from corrupting your vmdk files via uncoordinated writes. You will have to shutdown both of your VMs and edit the *.vmx flat file for each, adding lines like the following (settings taken from workstation 6, but should be nearly identical settings for VM Player 3.x):
    http://crosbysite.blogspot.com/2007/10/clustering-in-vmware-workstation-6.html
    scsi1.sharedbus = "Virtual"
    disk.locking = "false"
    diskLib.dataCacheMaxSize = "0"
    diskLib.dataCacheMaxReadAheadSize = "0"
    diskLib.dataCacheMinReadAheadSize = "0"
    diskLib.dataCachePageSize = "4096"
    diskLib.maxUnsyncedWrites = "0"
    A few comments:
    - your shared disks (scsi1) must be on a separate virtual scsi bus than the boot disk (scsi0), to allow setting the sharedbus flag as seen above.
    - you must also ensure the cache parameters and unsynced writes settings are set to guarantee that all IO is immediately flushed to the vmdk file so the other VM can immediately access the latest version of data.

  • The Microsoft Access database engine cannot open or write to the file \\fileserver\db\access.mdb

    Hi,
    I have Windows Server 2012 with SQL 2012 Standard SP1. I am using linked server, and Access Database Engine 2010 Redistributable to access my database file made in Microsoft Access (.mdb) from network file server.
    EXEC master.dbo.sp_addlinkedserver @server = N'MyLinkedServer', @srvproduct=N'MyLinkedServer', @provider=N'Microsoft.ACE.OLEDB.12.0', @datasrc=N'\\myfileserver.mydomain.com\files\mydatabase.mdb'
    My SQL service is running with domain service account MYDOMAIN\SQL1$ , i have added Full control for file share and NTFS permission on my file server folder (C:\Files).
    When I open (as domain admin with UAC elevated permissions) on my DB server SQL Management studio, I can browse tables and everything works.
    The problem is, if I open SQL management studio (as domain admin with UAC elevated permissions) on my File server or any other computer, when trying to browse my linked server i got error:
    TITLE: Microsoft SQL Server Management Studio
    Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Synesis_3PRO2013". (Microsoft SQL Server, Error: 7303)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.00.3000&EvtSrc=MSSQLServer&EvtID=7303&LinkId=20476
    When I try to place simlpe Select SQL query I got error:
    OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "MyLinkedServer" returned message "The Microsoft Access database engine cannot open or write to the file '\\myfileserver.mydomain.com\files\mydatabase.mdb'. It is already opened exclusively by another
    user, or you need permission to view and write its data.".
    I do not have any other program using my access database, and user has full control. I am trying to use in security mode - "For a login not defined in the list above, connections will be made without using a security context", i have also tried all four options.
    I am confused becouse it works from SQL server but from any SQL client domain member computer/server it does not work.
    I have same problem in another environment where I have Windows Server 2008 R2 and SQL 2008 R2 SP2.
    Please help.
    -- Hrvoje Kusulja

    NTFS must be fine since it works from same server using same accounts.
    As I understand, adding my access file to Access trusted location could be a problem. I have tried now to add my access database file location to trusted locations for user which is my SQL service user (Windows Service - AD managed service account MYDOMAIN\SQL1$)
    and my test user which I use to connect to sql server as a client from sql management studio. (Account is Domain Admins and have full permissions on SQL server also)
    I have added this .reg:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security]
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Documents]
    "LastPurgeTime"=dword:01592874
    "DisablePromptOpenNetworkTrustedDocuments"=dword:00000000
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations]
    "AllowNetworkLocations"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations\Location0]
    "Description"="My file server"
    "AllowSubFolders"=dword:00000001
    "Path"="\\\\myfileserver.mydomain.com\\files\\"
    I have done this for SQL service account user and my personal test account as I said. I have tried to logoff and restart sql service and all servers also.
    The same problem still persists.
    Anyway, thank you for giving me a hint.

Maybe you are looking for