database, not to get up

Hi the gems...

When I tried to start my database, and then he got mounted successfully but cannot be opened with error "end of file on the communication channel.

Mounted database.
ORA-03113: end of file on communication channel
Process ID: 3636
Session ID: 9 serial number: 3


I checked the alert logs and got that should fill the flash recovery area, it cannot start.

< txt > errors in the d:\app\sandipanp\diag\rdbms\orcl\orcl\trace\orcl_ora_3636.trc file:
ORA-16038: log sequence 1 # 97 can be archived
ORA-19809: limit exceeded for file recovery
ORA-00312: thread 1 1 online journal: & apos; D:\APP\SANDIPANP\ORADATA\ORCL\REDO01. JOURNAL & apos;
< / txt >
< / msg >
< time msg ='2011 - 07-28T 17: 33:48.093 + 05:30 ' org_id = 'oracle' id_comp = 'RDBMS '.
client_id = 'type = 'UNKNOWN' level = ' 16'
HOST_ID = host_addr = "ISLVPIT0252" ' 10.180.126.74' module ='sqlplus.exe.
PID = '3636' >
< txt > USER (ospid: 3636): put an end to litigation because of the error 16038
< / txt >
< / msg >


I tried to delete the backup with rman, but because the database is not up, it is impossible to run.

RMAN > delete the backup.

RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the delete command at 28/07/2011 17:36:38
RMAN-06403: could not get a fully authorized session
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist


so, now what can be done...
Please help... Thanks in advance...

Hello
No need to delete the backups, I think you need to increase DB_RECOVERY_FILE_DEST_SIZE and restart DB

Tags: Database

Similar Questions

  • ORA-38754: FLASHBACK DATABASE not started; required redo log is not available

    Hello

    I am getting below error when executing the activities of flashback. Currently we have backups, so when I tried the command flashback in RMAN my question solved.

    But if I want to do the same thing using SQLPLUS what steps should I take?

    ERROR:

    ORA-38754: FLASHBACK DATABASE not started; required redo log is not available

    ORA-38762: redo logs needed for SNA to SNA 20062842936 20062842926

    ORA-38761: redo log sequence 4 in thread 2, 65 incarnation cannot

    consulted

    DATABASE:11.2.0.3.0 (UAT)

    RMAN will automatically restore logs archived redo required for the operation of blowback when they are not present on the drive, while (as meyssoun said) when using sqlplus required archived redo logs must be available on the disc.

    Concerning

    AJ

  • Private DB link does not not present despite entry TNS pattern gives ORA-02019: Description of the connection to remote database not found

    Hi DBAs,

    I have created a new schema and granted create database link and create databases of public link privileges.

    After that I created the link private DB for which TNS entry is present in TNSNAMES.ora but everything by testing the link, I get the error:

    ' ORA-02019: Description of the connection to the remote database not found. '

    Kind regards

    Ritz

    Try using:

    CREATE the DATABASE LINK "VENUS.ritz.ac.uk".

    CONNECT TO 'VENUSREADONLY' IDENTIFIED BY 'FLAMING0READ0NLY' WITH THE HELP OF "VENUS."

    Your dblink seem to give the entry not TNS service name.

    Kind regards

    --

    Bertrand

    PS you have to hide people with disabilities before posting.

  • ORA-02019: description of the connection to the remote database not found

    Hi all

    10.2.0.4 on solaris 10.

    I can tnsping and connect to a tnsentry in tnsnames.ora from the server, but when I use the same in dblink, get the error below:
    ORA-02019: description of the connection to the remote database not found. Here's the scenario. any idea?
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 09-NOV-2011 23:49:23
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (20 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:49:31 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:59:54 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 10-NOV-2011 00:00:02
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (0 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:07 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medc_pl/medxcdsw3
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:17 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    SQL> create database link med2con connect to medts_ed identified by medfcv using  'medcon' ;
    
    Database link created.
    
    SQL> select * from medc@med2con;
    select * from medc@med2con
                                *
    ERROR at line 1:
    ORA-02019: connection description for remote database not found

    Try this,

    SQL > create database link med2con connect to medts_ed identified by using medfcv ' (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))';

    SQL > select * from medc@med2con;

  • Block pop up does not work, get a casino site popping up

    Block pop up does not work, get a casino site popping up

    Hello maresthomas, this looks like a problem maybe caused by adware/malware on your pc. Please go to firefox > addons > extensions and remove any suspicious entries (toolbars, the things that you have not installed intentionally, I don't know what purpose they serve, etc.). also, go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software you have in place and various other tools such as the free version of malwarebytes & adwcleaner.

    Remove a toolbar that has supported your Firefox or the homepage search
    Fix Firefox problems caused by malicious software

  • win xp repair not finish, get a physical memory dump BAD_POOL_CALLER

    original title: win xp repair not finish, get a physical memory dump

    I have a PC that would not start so I tried last good start, no luck. Tried safe mode, still no start. So I went to the CD to do a repair, now it happens about 34 minutes (installation of driver/devices) left and it crashes, dump of physical memory (BAD_POOL) the CALLER).

    I tried different CDs, computer and the memory test. I can see the HD as a second HD on my other computer and it scans clean. When I tried to see if it would end the repair connected on the other computer as the main HD, I get the same thing.

    Any suggestions? Wondering if I need to get a new HD or is there another problem? Thanks in advance!

    It is most often caused by having unnecessary USB devices
    devices connected during installation.

    Setup stops responding with 34 minutes remaining

    http://support.Microsoft.com/default.aspx?scid=kb;en-us;828267

  • Windows Update does not work, get error 641, 80070641 and 8004FF01 on Vista Home Premium

    Windows Update does not work, get error 641, 80070641 and 8004FF01 on Vista Home Premium

    Hello!

    the mechanic system?
    It's what has helped us to

    Open Notepad.

    Copy the following into Notepad and save it as fixme.reg

       push all the files and then save it to your desktop.

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msiserver]

    'DisplayName"="@%SystemRoot%\\system32\\msimsg.dll,-27 '.

    "ImagePath" = hex (2): 25, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 72, 00, 6f, 00, 6f, 00,------.

    74,00,25,00 5 C 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 6 D,------.

    00,73,00,69,00,65,00,78,00,65,00,63,00,20,00, 2f, 56, 00, 00, 00, 00

    'Description"="@%SystemRoot%\\system32\\msimsg.dll,-32 '.

    "LocalSystem ObjectName"=""

    "ErrorControl" = DWORD: 00000001

    "Start" = dword:00000003

    'Type' = dword:00000010

    "DependOnService" = hex (7): 72, 00, 70, 00, 63, 00, 73, 00, 73, 00, 00, 00, 00, 00

    "ServiceSidType" = DWORD: 00000001

    "RequiredPrivileges" is hex (7): 53, 00, 65, 00, 54, 00, 63, 00 62 00, 50, 00, 72, 00, 69, 00, 76,------.

    00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 43, 00, 72, 00, 65, 00, 61, 00,------.

    74,00,65,00,50,00,61,00,67,00,65,00,66,00,69,00, 6 C, 00, 65, 00, 50, 00, 72, 00, 69,--------.

    00,76,00,69,00 6 c 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 4 c, 00, 6f 00, 63, 00,------.

    6B, 00, 4 d, 00, 65, 00, 6 d, 00, 6f, 00, 72, 00, 79, 00, 50, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 c,

    00,65,00,67,00,65,00,00,00,53,00,65,00,49,00, 6F, 00, 63, 00, 72, 00, 65, 00, 61, 00,------.

    73,00,65,00,42,00,61,00,73,00,65,00,50,00,72,00,69,00, 6f, 00, 72, 00, 69, 00, 74,------.

    00,79,00,50,00,72,00,69,00,76,00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00,------.

    65,00,43,00,72,00,65,00,61,00,74,00,65,00,50,00,65,00,72,00, 6 d, 00, 61, 00, 6e,------.

    00,65,00, 6F, 00, 74, 00, 50, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 C, 00, 65, 00, 67, 00, 65, 00,------.

    00,00,53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,00,69,00,76,00,69,------.

    00, 6 C, 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 53, 00, 65, 00, 63, 00, 75, 00, 72, 00,------.

    69,00,74,00,79,00,50,00,72,00,69,00,76,00,69,00, 6 C, 00, 65, 00, 67, 00, 65, 00, 00,------.

    00,53,00,65,00,43,00,68,00,61,00, 6F, 00, 00, 65, 67, 00, 4F, 00, 6f, 00, 00, 69, 74, 00,------.

    66,00,79,00,50,00,72,00,69,00,76,00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00, 53,------.

    00,65,00,50,00,72,00, 6f, 66, 00, 00, 69, 00, 6 c, 00, 65, 00, 53, 69, 00, 00, 6F, 00, 67, 00,------.

    6 c, 00, 65, 00, 50, 00, 72, 00, 6f, 00, 63, 00, 65, 00, 73, 00, 73, 00, 50, 00, 72, 00, 69, 00, 76,------.

    00,69,00, 6 C, 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 49, 00, 6 D, 00, 00, 65, 70, 00,------.

    72,00,73,00, 6f, 00, 6F, 00, 61, 00, 74, 00, 65, 00, 50, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 c,

    00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,72,00,65,00,61,00,74,00,65,00,------.

    47.00, 6 c, 00, 6f, 00, 62, 00, 61, 00, 6 c, 00, 50, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 c, 00, 65,.

    00,67,00,65,00,00,00,53,00,65,00,41,00,73,00,73,00,69,00,67,00, 6F, 00, 50, 00,------.

    72,00,69,00, 6 d, 00, 61, 00, 72, 00, 79, 00, 54, 00, 6f, 00, 6 b, 65, 00, 00, 6F, 00, 00, 50, 72,------.

    00,69,00,76,00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 52, 00, 65, 00,------.

    73,00,74,00, 6f, 00, 72, 00, 65, 50, 00, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 c, 00 65 00, 67,.

    00,65,00,00,00,53,00,65,00,49,00, 6F, 00, 63, 00, 72, 00, 65, 00, 61, 00, 73, 00, 65, 00,------.

    51,00,75,00, 6f, 00, 74, 00, 61, 50, 00, 00, 72, 00, 69, 00, 76, 00, 69, 00, 6 c, 00 65 00, 67,.

    00,65,00,00,00,53,00,65,00,53,00,68,00,75,00,74,00,64,00, 6f, 77, 00, 00, 6F, 00,------.

    50,00,72,00,69,00,76,00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 54,------.

    00,61,00, 6B, 00, 65, 00, 4f, 77, 00, 00, 6F, 00, 65, 72, 00, 00, 73, 00, 68, 00, 00, 69, 70, 00,------.

    50,00,72,00,69,00,76,00,69,00, 6 C, 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 4 C,

    00, 6f, 00, 61, 00, 64, 00, 44, 00, 72, 00, 69, 00, 76, 00, 65, 00, 72, 00, 50, 00, 72, 00, 69, 00,------.

    76,00,69,00, 6 c, 00, 65, 00, 67, 00, 65, 00, 00, 00, 53, 00, 65, 00, 42, 00, 61, 00, 63, 00, 6 b------.

    00,75,00,70,00,50,00,72,00,69,00,76,00,69,00 6 C 00, 65, 00, 67, 00, 65, 00, 00, 00,------.

    00.00

    "FailureActions" = hex: 84, 03, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 00, 00, 14, 00, 00,------.

    00,01,00,00,00, c0, d4, 01, 00, 01, 00, 00, 00, e0, 93, 04, 00, 00, 00, 00, 00, 00, 00, 00, 00

    Go to your desktop and double-click the file name fixme.reg

    Restart the PC and try to install the updates again

    or

    Click Start.

    Type regedit in the search field and press to enter.

    On the registry change windows click on file and select import.

    Navigate to the location where the fixme.reg file and select the file.

    Click ok on the windows screen once the registry is merged successfully.

    Restart computer and check if updates installs.

    * We had system mechanic and I uninstalled it since I discovered that it corrupted my windows installer.

    Hope this helps

    Microsoft KB article

    http://support.Microsoft.com/kb/2642495

    Thank you!

    Makoi

  • database not created

    I'm creating a database described in the documentation for the example. However, whateve rI not created the database. Everything seems to work properly. There is no error message. But everything I create as the URI of the EOD of the database not created. I can even fill all the fake ones in th estring and yet, there is no error. Anyone can see where this goes wrong? I do this in the simulators, not on actual devices. Code below:

    import net.rim.device.api.ui.component.*;
    import net.rim.device.api.ui.container.*;
    import net.rim.device.api.database.*;
    import net.rim.device.api.io.*;
    import net.rim.device.api.ui.*;
    
    public class Budgeteer extends UiApplication
    {
        public static void main(String[] args)
        {
            Budgeteer theApp = new Budgeteer();
            theApp.enterEventDispatcher();
        }
    
        public Budgeteer()
        {
            pushScreen(new CreateDatabaseScreen());
        }
    }
    
    class CreateDatabaseScreen extends MainScreen
    {
        Database d;
        public CreateDatabaseScreen()
        {
           LabelField title = new LabelField("SQLite Create Database Sample",
                                              LabelField.ELLIPSIS |
                                              LabelField.USE_ALL_WIDTH);
           setTitle(title);
           add(new RichTextField("Creating a database called " +
                                 "MyTestDatabase.db on the SDCard."));
           try
           {
               URI myURI = URI.create("file:///SDCard/Databases/SQLite_Guide/" +
                                      "MyTestDatabase.db");
               d = DatabaseFactory.create(myURI);
               //d.close();
           }
           catch ( Exception e )
           {
               System.out.println( e.getMessage() );
               e.printStackTrace();
           }
        }
    }
    

    It was fixed by adding a default SD card in Eclipse (memory section). Appaerently it does not work when I add just the SD card after the boot in the Simulator.

  • ORA-01507: database not mounted

    Hello

    It's 11.2.0.3 on Windows 2008,

    a node 3 RAC ASM.

    After restarting the server that hosts third instance,

    I have the following situation, everything is in place except the database

    on the third node in the database of node 1 and 2 is open, any other service is also running.

    crsctl res stat - you

    ORA.bigdb.db

    1 LINE intermediate bigdb3 dismantled, up in

    itiated

    2 bigdb2 open online

    3 bigdb1 open online

    When I try to query from the third node database, I got the message that the database is not mounted,

    C:\ > sqlplus / as sysdba

    SQL * more: Production of the version 11.2.0.3.0 on Mon Oct 26 15:47:25 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With Real Application Clusters and Automatic Storage Management options

    SQL > select count (*) from the database of v$.

    Select count (*) from the database of v$

    *

    ERROR on line 1:

    ORA-01507: database not mounted

    Seems that there is nothing wrong when querying ASM instance on that node, all disks are mounted.

    C:\ > set ORACLE_SID = + ASM3


    C:\ > sqlplus / as sysasm

    SQL * more: Production of the version 11.2.0.3.0 on Mon Oct 26 15:49:51 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With Real Application Clusters and Automatic Storage Management options

    SQL > select name, status from v$ asm_diskgroup;

    NAME STATE

    ------------------------------ -----------

    BOW MOUNTED

    MOUNTED CRS

    DG1 MOUNTED

    DG2 MOUNTED

    QG3 MOUNTED

    SQL >

    And it is of the Journal of the third instance alerts.

    ORA-00210: could not open the specified control file

    ORA-00202: control file: "+ ARC/control02.ctl".

    ORA-17503: ksfdopn:2 could not open the file + ARC/control02.ctl

    ORA-15001: diskgroup 'ARC' does not exist or is not mounted

    ORA-15077: could not locate instance ASM serving a required diskgroup

    ORA-00210: could not open the specified control file

    ORA-00202: control file: "+ DG3/bigdb/control01.ctl".

    ORA-17503: ksfdopn:2 could not open the file +DG3/bigdb/control01.ctl

    ORA-15001: diskgroup 'DG3' does not exist or is not mounted

    ORA-15077: could not locate instance ASM serving a required diskgroup

    ORA - 205 marked during: alter exclusive of installation of database...

    Please suggest what can be done to open the database of the third node.

    Thanks to all for trying to help.

    What I did then, it's a sign the db as sysdba on the third node,.

    immediate stop and then start.

    SQL > shutdown immediate;

    ORA-01507: database not mounted

    ORACLE instance stops.

    SQL >

    SQL >

    SQL >

    SQL >

    SQL > startup

    ORACLE instance started.

    System Global area 1.4531E + 10 bytes

    Bytes of size 2269104 fixed

    5905580112 variable size bytes

    Buffers data 8589934592 bytes

    Redo buffers 33673216 bytes

    Mounted database.

    Open database.

    It seems that it is a question of cluster, Oracle obivously (sometimes) will automatically start all resources, as is expected.

    I guess that Windows as operating system contributes significantly to the

  • Why can I not I get open file RAW in Lightroom?

    Why can I not I get open file RAW in Lightroom?

    Thanks for the screenshot.

    This doesn't seem to be the right way to get the images in Lightroom.

    You must import raw images in Lightroom.

    Go to the file menu > import photos and videos > as the place where the raw files, select source > choose Add if they are present on your hard drive and to import.

    Check out this tutorial on how to import:

    Import of hard drive: How to transfer photos to a folder from the hard drive to Photoshop Lightroom

    Importing from a memory card: How to transfer photos from a camera or card reader to Photoshop Lightroom

  • How to get an element of database not to keep its value

    Hey guys, I have a really frustrating problem in which I can't think on how to fix, I have a datablock that displays 10 records at a time of a query when the form is first initalised, at the top of this page is a no point data (display), in which the user selectrs a value of a LOV to fill the item displayed. Now, this is fine, but then when I click on the records below the above value is allowed.

    East - this here anyway to get above display area to keep the value of user a givenit while going through the records below?

    Such a frustrating problem lol. Any help appreciated.

    Hello

    Equip the item not based on another block (a block of control is fine).

    François

  • Im getting the database not found or sql error when I open some files from muse. I had not changed anything?

    Screen Shot 2014-07-11 at 5.54.07 PM.png

    Hello

    in case you still have questions, could you please share your with us .muse file to study? Please send it to [email protected]. If your file is more than 30 MB, you can use something like Adobe SendNow or SendThisFile. Don't forget to mention the link to this forum thread in your email (with Air/Muse/operating system version you are using) so that we can identify the file.

  • Discover the composer "database not supported" error

    Try to install View Composer (v3.0.0 - 691993) on my 5.1 SP1 of SQL Server 2012 with vCenter server. I have a 64-bit DSN pointing to my database of view called VMwareView and the works of connectivity test. I use SQL authentication. At the Setup screen where the composer asks for more information about DSN, I enter my info and get an error message: "the specified database is not supported by [ProductName]. I tried pointing my DSN on a SQL 2008 Server with a database of VMwareView empty and got the exact same message so I don't think that the problem is related to the version of SQL server. No problem with vCenter and SQL 2012.

    No work around for this problem?

    HI -.

    Can you check if the ODBC connection and make sure that you have selected ' Native Client 10.0' and not 11.0.

    Had the same problem myself today ;-)

  • Link to database not be created using a stored procedure

    Hello

    I am creating a link of database using a stored procedure.

    Here is the code for it

    CREATE OR REPLACE PROCEDURE create_db_link (ca_db_name IN VARCHAR2,

    ca_service_name IN VARCHAR2)

    AUTHID CURRENT_USER IS

    BEGIN

    EXECUTE IMMEDIATE ' create public database link test_db_link connect to ca_db_name identified by ca_db_name using "ca_service_name" ';

    END create_db_link;

    During execution of the code is created the db_link. But, when I ask all_db_links I get the following result.

    OWNER

    ------------------------------

    DB_LINK

    --------------------------------------------------------------------------------

    USERNAME

    ------------------------------

    HOST

    --------------------------------------------------------------------------------

    CREATED

    ---------

    PUBLIC

    TEST_DB_LINK. WORLD

    CA_DB_NAME

    ca_service_name

    20 Aug 13

    Could you please help me understand why it shows the parameter names in the name column of the USER and the HOST instead of the name of the database and the name of the service?

    This is to show exactly what you said to do.

    Did you expect that Oracle would read as if by magic through your string you passed to run immediately and magically know to replace all occurrences of the string that correspond to local (or even global) parameter/variable names with the values of these variables?  It does not work like that.  You could concatenate the values into the string.

    for example

    EXECUTE IMMEDIATE ' create public database link test_db_link connect to ' | ca_db_name |' identified by ' | ca_db_name: ' using the "' | ca_service_name | " ' ;

    But why are create you database links running?  Shouldn't this be part of the design of your application and the initial fact before the application runs?

  • Manuel Standby Database not in harmony with the missing archivelogs

    Hello

    Operating system: Solaris
    DB: Oracle 11.2.0.1 EA
    Do not use RAC or ASM

    I have a Production database which is in archivelog mode and standby server DR.
    The two servers (Prod, standby) have the same structure and exact db name/version.

    We manually scp archive logs and recover them to a database of manual standby via the SQL Scripts "cron". (I.e. the value of automatic recovery on; restore database Eve ;))
    Recently, we got out of sync with our log files and were not applying on the eve. As part of the maintenance of the Prod, these log files have been removed and are no longer available.
    I tried several ways to 'rebuild' our database awaiting. I tried to prod Shutdown, backup all files db and scp sleep them, recreate standby controlfile and startup mount and recover the.
    Whenever I try to apply a new journal archive via recover Eve, here are the errors:

    ORA-00279: change 211077622 September at 27/01/2012 12:18:42 necessary to screw 1
    ORA-00289: suggestion: /oradump/arch/PROD/PROD_arch_1_69486_736618850.arc
    ORA-00280: change 211077622 thread 1 is in sequence #69486


    ORA-00308: cannot open archived log ' / oradump/arch/PROD/PROD_arch_1_69486_736618850.arc'
    ORA-27037: unable to get file status
    SVR4 error: 2: no such file or directory
    Additional information: 3

    ORA-10879: error reported in parallel recovery slave
    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error
    ORA-01152: 1 no file has been restored from a sufficiently old backup
    ORA-01110: data file 1: ' / oradevices/PROD/oraPRODsystem1.dbf'

    When I check v$ log_history, new newspapers have not been implemented.
    I also tried the method 'Restore from incremental backup via YVERT' with the same results.

    Is there a way to re - create own forward and ensure that the chain of the newspaper which is now defective gets fixed or reset?
    Finally, I would get DataGuard here, but this isn't the case at the moment.
    Thanks for your suggestions.

    -Dav

    If you use the backup to cold to create the database pending, check whether you have followed these steps.

    1. Remove
    all the data files and the database pending controlfiles.

    2. create a new controlfile eve of production to standby by using the following command
    "change the database create controlfile as 'Location'"; "."

    3. move the controlfile back to the location of the server database of such relief as specified in the initialization parameter file.

    4. replace its appropriate place that was taken through cold backup all data files.

    5 startup nomount

    6 change the mounting base pending;

    7 restore database pending.
    CPS archives newspapers sequence which is posed by the database of the production.

    You can try these steps.

Maybe you are looking for