Oracle database - trial version

Hi all, I have downloaded and installed SAP NetWeaver 2004s ABAP Trial Version (incl. Web Dynpro ABAP) in order to exercise myself with this new technology.
In the future I will have to deal with a SAP R/3 4.7 system based on Oracle database.
My question is:
1) if I also install oracle, will I be able to interface it with SAP NW2004s?
Right now I can only deal with MaxDB database which is included in the sneak preview.
My goal is to practice with Oracle database and the BR*Tools, in order to gain some experience with backup and restore/recovery.
Please advise.
Best regards.

how could you? all database objects are within the MaxDB database...the kernel (sap executables) is (partly) database depedent and os on...
but you could install oracle, <b>create  a test database</b> and perform some tests with that test db...if it's just for the tools you wouldn't need lots of data to test...
GreetZ, AH

Similar Messages

  • Applying Paches to Oracle 9i (trial version)

    HEllo,
    I have problems invoking DBCA and running the LISTENER after installing Oracle 9i Database (trial version) downloaded from OTN.
    I have read that there are patches such as:
    p2617419_10102_GENERIC.zip
    p3006854_9204_LINUX.zip
    p3095277_9204_LINUX.zip
    p3119415_9204_LINUX.zip
    p3238244_9204_LINUX.zip
    Are those patches relevant to me?
    Are there other patches I should install ?
    PT

    Is the PC/Laptop you are using a pentium 4? There are issues with P4 and the Java Installer, see metalink for work around...
    I have made repeated attempts to download and setup Oracle 9i Trial Version on my Gateway Profile 3 under Windows XP Home edition.
    I first downloaded to another PC, then copied the 3 zip files to CDs to load on my Profle 3, since it was not connected to a broadband connection. I followed the instructions completely, making the 3 Diskx folders and copying each CD to the required folder. I extracted using XPs Extract (with folders), then using WinZip and had the same problem: When clicking on Setup.exe in the Disk1 folder nothing happens.
    I then ran Setup.exe on the XP machine I originally downloaded the zip files to, thinking there might be a problem transporting to CDs. The install worked fine.
    I then connected my Profile 3 to Broadband and spent another 2 plus hours downloading the 3 files to it. After deleting the previous extracted files, I extracted the files (with folders) and again tried to run setup. Again, I click on Setup, or right-click and click on Open and nothing happens.
    Trying to contact tech support telephonically has been a waste of time. The inability to run Oracle will dramatically affect my current decion to purchase the product.
    Can Anyone help????
    Thank You

  • Where I can get the oracle 11i trial version

    Hi,
    I have seen the oracle 11i trial version.
    So anybody know where I can download the trial version ?
    Thanks

    You can order a copy from technet.oracle.com - go to istore and then select OS and 11.5.9

  • How to upgrade oracle database 64bit version 10.2.0.1.0 to version 10.2.0.4

    Dear Experts,
    I installed SAP Solman on Oracle Database 64bits version 10.2.0.1.0, now I need to upgrade to Oracle Database 64 bits version 10.2.0.4(using oracle patch).  Can I upgrade to new version 10.2.0.4 if yes, Can you explain for me how to upgrade please?
    Thanks Experts so much.

    Hi
    Yes you can directly apply path set 10.2.0.4
    Note 839187 - Oracle 10.2.0: Applying patch set/patches/patch collection
    Regards
    Uday

  • Oracle Database 11g version 11.1.0.6.0 can be installed on windows 7

    Hi,
    I would like to ask if Oracle Database 11g version 11.1.0.6.0 can be installed on windows 7 32-bit.
    if it could please how?

    Welcome to the forums !
    Officially, Oracle has not certified any database software for Windows 7 as of today.
    That does not prevent folks from trying to install :-) see Oracle 11g on Windows 7 as an example.
    Use the search feature to find other threads.
    Pl note that if you run into issues, you are on your own.
    HTH
    Srini

  • HTTP/1.1 302 Found error while trying to connect to Cloud database Trial version from SQL*Developer 4.0.3.16.

    Hi Oracle Cloud Gurus,
    I have signed up for Oracle Database Cloud Service Trial and activated the same. I am able to login to Apex applications, SQL Workshop etc but not able to connect from SQL*Developer on my local m/c.
    I configured the "Cloud Connection" by giving the provided username, password and URL. When I try to connect, I get the error - "HTTP/1.1 302 Found". Any ideas how to resolve this ?
    Here is the complete error stack:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:162)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:63)
    at oracle.dbtools.raptor.cloud.auth.basic.GUIBasicAuthenticationEngine.authenticate(GUIBasicAuthenticationEngine.java:26)
    at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
    at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
    at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
    at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: java.io.IOException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:250)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:24)
    at oracle.dbtools.raptor.cloud.connection.CloudHander.handleResponse(CloudHander.java:38)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:945)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
    at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:96)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:153)
    ... 17 more

    Can you please post some of the values you are using to connect to your Schema Service? (please redact the hostname URL for security purposes)
    You can also follow this tutorial:
    Data Loading and the Oracle Database Cloud Service
    Format is usually:
    username used to sign up
    password giving at sign up
    Service Instance URL

  • Instructions for Oracle Database Server Version 10.2.0.4 Patch 49

    Hi !
    Before trying to do anything on the database by applying the patch I received from Oracle, I want to be sure to fully understand the readme file that is with the patch.
    Oracle 10g.
    Dataguard configuration
    I need to do CPU patch. I follow the patch instructions, but I have some questions about these steps to do:
    1. Back up the current database that is installed, the %ORACLE_HOME% directory and Oracle inventory under c:\Program files\oracle directory.
    Question: I suppose I have to do a rman backup right?
    2. Perform a clean shutdown of all Oracle services (databases, Oracle listeners, Oracle agents, and so on.) that run from the Oracle Home where you install this patch. Shutdown all MTS/COM+/.Net applications that access Oracle databases.
    Question: All that is required for a clean shutdown is done with a shutdown immediate command, right?
    I know my database is not RAC, but it certainly has an Automatic Storage Management. Is it stopped with the shutdown command?
    3. Stop all Oracle services, Recovery catalog, ODBC applications, and other applications that use Oracle Client. This may include Web servers that load the Oracle client in the mid-tier environment.
    Explicitly stop the Distributed Transaction Coordinator service (which is not an Oracle service) if it is running.
    Question : I shall have a look at the Services and stop all the services that were not stopped after the shutdown immediate command, right?
    4. Make sure no application are using the driver sqora32.dll
    Question: How to check that no application are using this driver?
    There are in the following preinstallation instructions notes for bug 8292378, data guard bug fix 8227106, bug 6798650 and bug 8866013.
    I see that bug 6798650 is for RAC only, so as my database is not RAC, I don't have to take into account this note.
    5. I have this for the Pre-install steps for Data Guard bug fix 8227106:
    Disable Fast-Start Failover if it is enabled.
    Stop the Data Guard broker observer.
    Disable the configuration.
    Stop the broker on all databases by setting the DG_BROKER_START initialization parameter to FALSE.
    Question: how can I disable fast-start failover?
    Next I look at the Installation Instructions:
    I have in the readme:
    - patch installation instruction for single instance
    - patch installation instruction for RAC (won't use it, as my database is not RAC)
    - installation instruction for Oracle Instant client :
    - installation instruction ODP.NET 1.x or 2.x : I see ODP.NET on the Oracle directories.
    Which patch installation instruction should I follow, according to my database configuration, single instance?
    Appreciate any help.

    1. Back up the current database that is installed, the %ORACLE_HOME% directory and Oracle inventory under c:\Program files\oracle directory.
    Question: I suppose I have to do a rman backup right?No, but yes... I mean, in the documentation is refering at directory, not database. When you use the patch, some files will be change, so if you need rollbackup you need a copy of your ORACLE_HOME and c:\Program files\oracle. Just copy this directories in another place.
    I mean yes because it's recommended backup database too.
    2. Perform a clean shutdown of all Oracle services (databases, Oracle listeners, Oracle agents, and so on.) that run from the Oracle Home where you install this patch. Shutdown all MTS/COM+/.Net applications that access Oracle databases.
    Question: All that is required for a clean shutdown is done with a shutdown immediate command, right?
    I know my database is not RAC, but it certainly has an Automatic Storage Management. Is it stopped with the shutdown command?No, all services, if you only run "SQL>shutdown immediate" you are only stopping database, not ASM, not Listener,....
    3. Stop all Oracle services, Recovery catalog, ODBC applications, and other applications that use Oracle Client. This may include Web servers that load the Oracle client in the mid-tier environment.
    Explicitly stop the Distributed Transaction Coordinator service (which is not an Oracle service) if it is running.
    Question : I shall have a look at the Services and stop all the services that were not stopped after the shutdown immediate command, right?srvctl stop service -d <database name> -s <Configured workload management service> -i <instance name>
    srvctl stop instance -d <database name> -i <instance name>
    srvctl stop asm -n <nodename>
    4. Make sure no application are using the driver sqora32.dll
    Question: How to check that no application are using this driver?http://superuser.com/questions/399659/how-can-i-identify-what-application-is-using-a-given-file
    5. I have this for the Pre-install steps for Data Guard bug fix 8227106:
    Disable Fast-Start Failover if it is enabled.
    Stop the Data Guard broker observer.
    Disable the configuration.
    Stop the broker on all databases by setting the DG_BROKER_START initialization parameter to FALSE.
    Question: how can I disable fast-start failover?are you using Data Guard? if not skip this step, if Yes:
    http://docs.oracle.com/cd/B19306_01/server.102/b14230/sofo.htm#BCGJEGAF
    Next I look at the Installation Instructions:
    I have in the readme:
    - patch installation instruction for single instance
    - patch installation instruction for RAC (won't use it, as my database is not RAC)
    - installation instruction for Oracle Instant client :
    - installation instruction ODP.NET 1.x or 2.x : I see ODP.NET on the Oracle directories.
    Which patch installation instruction should I follow, according to my database configuration, single instance?Only you know what configuration do you have.
    Probably "patch installation instruction for single instance", but be sure that this patch will apply in a database and not in a RAC or in a Client or ODP.NET

  • Installing Oracle database 10g version 10.2.0.4 on Windows Server 32bit

    Dear All,
    I need help with this problem. I installed database on windows server 2003 32bit. It server has 8 GB of RAM. I configured
    pfile to use AWE or VLM using document (ID 225349.1), so that I can increase SGA. Now I have error to start database.
    Error is:
    ORA-27100: shared memory realm already exists

    852611 wrote:
    Dear All,
    I need help with this problem. I installed database on windows server 2003 32bit. It server has 8 GB of RAM. I configured
    pfile to use AWE or VLM using document (ID 225349.1), so that I can increase SGA. Now I have error to start database.
    Error is:
    ORA-27100: shared memory realm already exists
    bcm@bcm-laptop:~$ oerr ora 27100
    27100, 00000, "shared memory realm already exists"
    // *Cause: Tried to start duplicate instances, or tried to restart an
    //         instance that had not been properly shutdown
    // *Action: Use a different instance name, or cleanup the failed instance's
    //          SGAa simple solution would be to use usual Windoze three finger salute & reboot the system

  • File Space check error while installing 11.5.8 trial version

    hi every body
    when i am trying to install oracle 11i trial version i am getting this error my system configuration is 512 MB RAM and 50 GB HDD and windows 2000 on Pentium 4
    File Space Check
    Disk space on system acceptable:
    Database ORACLE_HOME = c:\oraapp\proddb\8.1.7
    required = 940.0
    actual = 50274.81640625
    Disk space on system acceptable:
    Database System File Directory = c:\oradata\proddata
    required = 6400.0
    actual = 49334.81640625
    Disk space on system acceptable:
    Database Log File Directory = c:\oradata\proddata
    required = 47.0
    actual = 42934.81640625
    Disk space on system acceptable:
    Database Data File Directory = c:\oradata\proddata
    required = 14120.0
    actual = 42887.81640625
    Disk space on system acceptable:
    Database Index File Directory = c:\oradata\proddata
    required = 11000.0
    actual = 28767.81640625
    Disk space on system acceptable:
    APPL_TOP = c:\oraapp\prodappl
    required = 4930.0
    actual = 17767.81640625
    Disk space on system acceptable:
    APPL_TOP mount 2 = c:\oraapp\prodappl
    required = 2430.0
    actual = 12837.81640625
    Disk space on system acceptable:
    APPL_TOP mount 3 = c:\oraapp\prodappl
    required = 2500.0
    actual = 10407.81640625
    Disk space on system acceptable:
    APPL_TOP mount 4 = c:\oraapp\prodappl
    required = 1710.0
    actual = 7907.81640625
    Disk space on system acceptable:
    Apps ORACLE_HOME = c:\oraapp\prodora\8.0.6
    required = 2600.0
    actual = 6197.81640625
    Disk space on system acceptable:
    Tools ORACLE_HOME = c:\oraapp\prodora\iAS
    required = 3150.0
    actual = 3597.81640625
    Error - Not enough free disk space on system:
    COMMON_TOP = c:\oraapp\prodcomn
    required = 600.0
    actual = 447.81640625
    the above is the error message iam getting can any give me hint why is this error commig up
    thanks in advance
    regards
    Sudheer

    I installed 11.5.7 on NT and it took about 55 gig with vision. I think the problem is that the documentation is out of date for 11.5.7 and above because of the added functionality.
    I would certainly budget for 60-70 gig if you can.
    Hope that helps

  • Trial Version + DBCA

    Hello,
    I am working on project where a Oracle 9i Database (Trial Version) was downloaded from the internet (www.oracle.com).
    From this downloaded trial version, I have to install the Oracle 9i database on a Linux Red Hat Server (Enterprise 3 (WS)) that has 3 Hard Disks of 80 Gigabytes each.
    The Oracle 9i Database Server should be installed on one of the Hard Disk and the Remaining 2 Hard Disks should each contain a copy of the Data Block or Datafiles.
    I have heard that there is a setup.exe file included with the Trial version that automatically invokes the OUI (Oracle Universal Installer) and the invokes the dbca (Database Configuration Assistant).
    1) Is this true ? How can I locate that file ? Do I need to unzip/uncompress any files ?
    2) How can I use the DBCA to do this task of defining 2 data blocks ? (managed files ?)
    Regards,
    Paolo

    Hi Adriane,
    I believe this is a duplicate thread for the issue you have posted in http://forums.adobe.com/thread/961889?tstart=0.
    As per our conversation earlier today, the issue you were facing has been resolved.
    Please let us know in case of further issues with the Illustrator trial.
    Thanks

  • Errors in the process of import the oracle database

    The problem is this:
    I have a application (SKF @ptitude Analyst), uses oracle database in version 9i, 10g, 11g. My recomendations for working persons with the software, is that often make a backup the database (for this use the command"exp"). but i when do database import sometimes cause problems.
    I not understand, if the import was completed successfully on a pc, as in the other it gives me errors?
    files with the script.
    file restore.bat
    --- sqlplus sys/skf as sysdba @drop.sql
    imp system/skf@xe parfile=restore.txt
    file drop.sql
    ---connect system/skf@xe;
    drop user skfuser1 cascade;
    CREATE USER skfuser1 IDENTIFIED BY cm
    DEFAULT TABLESPACE skfuser
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, RESOURCE, EXP_FULL_DATABASE,
    IMP_FULL_DATABASE TO skfuser1;
    GRANT EXECUTE ANY PROCEDURE,
         CREATE PROCEDURE,
    CREATE SEQUENCE,
         CREATE TABLE,
    CREATE VIEW,
         DROP ANY TABLE,
         DELETE ANY TABLE,
         INSERT ANY TABLE,
         UPDATE ANY TABLE,
         SELECT ANY SEQUENCE,
         CREATE TABLESPACE,
         DROP TABLESPACE,
         UNLIMITED TABLESPACE
    TO skfuser1;
    exit
    file restore.sql
    ---FILE=analyst.dmp
    FROMUSER=SKFUSER1
    COMMIT=Y
    LOG=an_imp.log
    the script for the backup.
    backup.bat
    exp system/skf@XE parfile=backup.txt
    backup.sql
    COMPRESS=Y
    FILE='Aptitude32.DMP'
    LOG='ANBACKUP.LOG'
    OWNER=SKFUSER1
    RECORD=N
    thanks.

    Please paste here your export full systanx
    --svmg                                                                                                                                                                                                           

  • How to upgrade from oracle database 10g 10.1.0.3 to 10.1.0.5 or 10.2.0.4

    I have a oracle database 10g version 10.1.0.3 on solaris 10 x86. I can't find the recent patches suitable to my database.
    How can I upgrade it to 10.1.0.5 or higher (10.2.0.4)?
    Thanks.

    take a looks at this metalink doc for all upgrade needs...
    sub: Complete checklist for manual upgrades of Oracle databases from anyversion to any version on any platform (documents only from 7.3.x>>8.0.x>>8.1.x>>9.0.x>>9.2.x>>10.1.x>>10.2.x>>11.1.x)
    Doc ID:      421191.1

  • How to setup my c# command line application to a remote oracle database?

    Hi all,
    I will like to ask, how do I setup my C# program to be able to connect to a remote oracle database?
    More information:
    - I have an oracle database express version running on my PC.
    - I am able to run and get data from the database on the same PC.
    - But when I bring my application over to another PC within the same LAN. It does not run and given me an error stating "The provider is not compatible with the version of Oracle client".
    What do I need to do on the Client PC so that I am able to communicate back to the server database?
    Many thanks!

    This is the XE forum, not the .NET programming forum, but this might be helpful:
    http://www.codeproject.com/Articles/18692/Instant-Oracle-Using-C

  • Adding a dataset to Oracle database in C#

    Hello,
    I am reading a dataset from .csv files and now I want to write this dataset to an oracle database. I want to create these datatables in the database and every time after that the tables should be only updated. I started with open the oracle connection but I am not sure how to proceed further. Any ideas?
    Thanks
    Code:
    public void Write(DataSet ds, string[] names)
    string conStr = "User d=***;Password=***;DataSource=***";
    Console.WriteLine("Exporting to datatable {0} ...", names[0]);
    OracleConnection oraConnection = new OracleConnection(conStr);
    try
    oraConnection.Open();
    Console.WriteLine("\nHello, Oracle Here!\n");
    Console.WriteLine("Connection String: ");
    Console.WriteLine(oraConnection.ConnectionString.ToString() + "\n");
    Console.WriteLine("Current Connection State: ");
    Console.WriteLine(oraConnection.State.ToString() + "\n");
    Console.WriteLine("Oracle Database Server Version: ");
    Console.WriteLine(oraConnection.ServerVersion.ToString());
    catch (Exception ex)
    Console.WriteLine("Error occured: " + ex.Message);
    // create the command object
    OracleCommand command = new OracleCommand(conStr);
    foreach (DataTable table in ds.Tables)
    .........

    You should probably ask in the relevant forum ODP.NET
    There's sample code for dml using datasets at http://www.oracle.com/technology/sample_code/tech/windows/odpnet/DMLOperOnDS/Readme.html and more sample code at http://www.oracle.com/technology/sample_code/tech/windows/odpnet/odpbasic.html
    Niall Litchfield
    http://www.orawin.info/

  • Error in Oracle Database Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13

    on page 88 of the "Backup and Recovery User's Guide 12c Release 1 (12.1) E17630-13", the example 5-1 SHOW ALL Command is the same of the "Backup and Recovery User's Guide 11g Release 2 (11.2) E10642-06" on page 82 and that output is related to a Oracle Database 11g version (the 10g doesn't print the first line "RMAN configuration parameters for database with db_unique_name PROD1 are:").

    My test cases here:
    Database administrator workshop: Differences in default RMAN configuration settings between 12c and 11g
    {code}[oracle@vsi08devpom ~]$ export ORACLE_SID=CDB001
    [oracle@vsi08devpom admin]$ sqlplus system/oracle@CDB001
    SQL*Plus: Release 12.1.0.1.0 Production on Thu Sep 26 09:10:50 2013
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Last Successful login time: Tue Jul 16 2013 13:43:48 +02:00
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> show con_name
    CON_NAME
    CDB$ROOT
    [oracle@vsi08devpom ~]$ rman target /
    Recovery Manager: Release 12.1.0.1.0 - Production on Thu Sep 26 09:12:42 2013
    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: CDB001 (DBID=4134963396)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name CDB001 are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/app/oracle/product/12.1.0/db_1/dbs/snapcf_CDB001.f'; # default{code}
    {code}
    [oracle@localhost orcl]$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Wed Sep 25 08:12:17 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (DBID=1229390655)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/home/oracle/app/oracle/product/11.2.0/dbhome_2/dbs/snapcf_orcl.f'; # default
    {code}

Maybe you are looking for

  • Basic MSI package.

    Hi people, I am trying to create a .MSI file from a product called Chart Reader. However it is not capturing .ocx registrations in the registry. Any help would be great Thanks Pete Wednesday, March 23, 2005 07:59:40PM Starting conversion Creating Dev

  • SAP XI 3.0 - Communication channel

    Hi All, Fortuntely I created File to File scenario in SAP XI 3.0 but still I have one querry regarding to configuring communication channel. In the <b>Module</b> tab I specify this information :- Number = 1. Module Name = localejbs/CallSapAdapter. Ty

  • Firefox 4. Could not find compatible GRE between version 2.0 and 2.0.

    When run firefox it output to stdout "Could not find compatible GRE between version 2.0 and 2.0." and exit. What is this? I use xulrunner-system-cairo 1.9.2.15-1. Last edited by veg (2011-03-24 17:56:41)

  • Petition: We Get to Choose Which Program to Sync

    Instead of forcing us to sync with WMP0 we should be able to pick to use the Creative Explorer or it. I don't like the idea of being cut out of what the given software has to offer. There might be things we want to use the CE for and then we reconnec

  • Why can't I make alias to server

    Previous versions of the Finder did let us make alias on our desktop pointing to server's share and folders. I know you can make a stack in the dock but aliases were so convenient!? This can't be done anymore why? When will this feature be back? It a