Steps to remove a physical database standby

Hello
I would like to delete a physical database of Eve and the Data Guard Broker configuration. How could I do this properly?


Thank you
J

user560159 wrote:
Great! Thank you. What is MRP?

MRP - Media recovery process.
It will be launched if you order SQL > alter database recovery managed standby database disconnect from the session.

and to stop, you must provide SQL > alter database recover managed standby database cancel;

Tags: Database

Similar Questions

  • Problem creating a Standby physical database with RMAN

    Hi all

    I am learning oracle dataguard and as part of the learning process of creation of database on hold.

    Platform: V250-fire-Sun Sparc, Solaris 10

    Version of database - Oracle 11R2

    I create standby database on the same server, so the directory structure is different.

    By following the instructions on the site of Oracle, I managed to create a functional physical standby database. But I'm not able to create a database with RMAN backup. Here are the steps that I follow-

    1 configure all the required settings on the primary database as done in creating physical standby database manually, for example implementation force of logging, the creation of newspapers ensure etc..

    2. settings edited on the primary database file as does everything in manual creation of physical database backup. Some of these changes are –

    On the primary database:
    *. FAL_CLIENT = "orcl11020" #Primary database unique name
    *. FAL_SERVER = "stdby_11" #Standby database unique name

    db_file_name_convert ='/ < dir >/oradata/stdby_11 ',' / < dir >/oradata/orcl11020 '

    log_file_name_convert ='/ < dir >/oradata/stdby_11 ',' / < dir >/oradata/orcl11020 ',' / < dir > / oradata/stdby_11/redo_mem ',' / < dir > / oradata/orcl11020/redo_mem '
    standby_file_management = auto

    * .log_archive_config = 'DG_CONFIG = (orcl11020, stdby_11)'

    * .log_archive_dest_1 = "LOCATION = / < dir > / flash_recovery_area/ORCL11020/archivelog"

    VALID_FOR = (ALL_LOGFILES, ALL_ROLES) db_unique_name = orcl11020'

    * .log_archive_dest_2 = "SERVICE = db_unique_name LGWR ASYNC = (ONLINE_LOGFILES, PRIMARY_ROLE) stdby_11 = stdby_11 VALID_FOR'"

    *. LOG_ARCHIVE_DEST_STATE_1 = 'ENABLE '.
    *. LOG_ARCHIVE_DEST_STATE_2 = 'ENABLE '.
    *. LOG_ARCHIVE_FORMAT='%t_%s_%r.arc'
    *. LOG_ARCHIVE_MAX_PROCESSES = 30

    Copied same pfile standby database and set to date follows.

    "* .control_files ='/ < dir > /oradata/stdby_11/stdby_11.ctl','/ < dir > / fra_stdby/stdby_11/stdby_11.ctl".
    * .db_name = "orcl1102".
    * .db_unique_name = "stdby_11".
    *. FAL_CLIENT = "stdby_11."
    *. FAL_SERVER = "orcl11020."
    db_file_name_convert ='/ < dir >/oradata/orcl11020 ',' / < dir >/oradata/stdby_11 '
    log_file_name_convert ='/ < dir >/oradata/orcl11020 ',' / < dir >/oradata/stdby_11 ',' / < dir > / oradata/orcl11020/redo_mem ',' / < dir > / oradata/stdby_11/redo_mem '
    standby_file_management = auto
    * .log_archive_dest_1 = "LOCATION = / < dir > / fra_stdby/STDBY_11/archivelog"
    VALID_FOR = (ALL_LOGFILES, ALL_ROLES) db_unique_name = stdby_11'
    * .log_archive_dest_2 = "SERVICE = orcl11020 LGWR ASYNC VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE)
    db_unique_name = orcl11020'

    3. Add the relevant information in tnsnames.ora and listener.ora files and restart the listener.
    3 created the file password with the same credentials as database primary.
    4.up - to-date RMAN backup primary database available.
    5. create controlfile standby with rman
    While the primary database s open (I tried with a primary database in montage mode as well).

    $> rman/paswd@rman for catalog rman target /.
    RMAN > BACKUP CURRENT CONTROLFILE TO SLEEP;

    6. open a new terminal standby base and start in nomount mode using the settings created - file
    $> ORACLE_SID = stdby_11
    $> export ORACLE_SID
    $> sqlplus / as sysdba
    SQL > STARTUP NOMOUNT pfile =' < rental/initfilename.ora '
    SQL > quit
    $> rman AUXILIARY / target sys/passwd@orcl11020 catalog rman/passwd@rman
    RMAN > duplicate TARGET DATABASE ENSURES DORECOVER;


    RMAN ends without error but the archive logs is not eliminated. Looking at the newspaper, following caught my eye.

    Logging of 1017 errors received on the eve
    ------------------------------------------------------------
    Verify that the primary and standby use a password file
    and remote_login_passwordfile shared or EXCLUSIVE.
    and the SYS password is the same password files.
    error ORA-16191
    ------------------------------------------------------------
    FAL [client, ARC2]: error 16191 connection at orcl11020 for the extraction of the gap sequence
    Errors in file /<>dir > / diag/rdbms/stdby_11/stdby_11/trace/stdby_11_arc2_24321.trc:
    ORA-16191: customer main newspaper not connected waiting for shipment
    Errors in file / < dir > / diag/rdbms/stdby_11/stdby_11/trace/stdby_11_arc2_24321.trc:
    ORA-16191: customer main newspaper not connected waiting for shipment


    Thus on primary and standby I confirmed

    SQL > show parameter remote_login_passwordfile

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------
    Remote_login_passwordfile string EXCLUSIVE

    Make double sure that the password files are the same, I stop databases, delete the password and recreated with the same credentials.
    Password files are called - orapworcl11020 and orapwstdby_11

    Can someone guide me where thisngs wrong here please.

    How did you create your file of passwords on the rescue system?

    I will consider your entire post and see what jumps.

    * 3. Created the file password with the same credentials as primary database.*

    You cannot create the password on the eve of 11.1 from file. You must COPY the password from the primary to the wait for passwords to match. What I do, is copy and rename.

    E.g.

    I copy orapwPRIMARY to the standby server and rename it orapwSTANDBY

    (Your names varies)

    It could start to work if you do this with a stop and restart of recovery on the day before. Newspapers make up probably just.

    If you find this helpful please mark as well.

    Best regards

    mseberg

    Published by: mseberg on July 7, 2011 07:16

    A few things about the parameters (they can make no difference)

    This

    Log_archive_dest_1 =' LOCATION = /

    /flash_recovery_area/ORCL11020/archivelog VALID_FOR = (ALL_LOGFILES, ALL_ROLES) db_unique_name = orcl11020'

    Would it be

    Log_archive_dest_1 =' LOCATION = USE_DB_RECOVERY_FILE_DEST VALID_FOR = (ALL_LOGFILES, ALL_ROLES) db_unique_name = orcl11020'

    Not sure that you need.

    LOG_ARCHIVE_FORMAT='%t_%s_%r.arc'

  • problem in physical recovery standby database (Data Guard) by rman

    Hi all

    I created a physical database Eve, I want to make a backup of it by rman and when I lose datafile is that I can restore, backup and restore is fine, but in recovery I encounter a problem
    scenarios is followed

    1. in rman, I create a backup of database Eve by this command:
    backup database more archivelog delete all entries;

    2. I run this command in rman to recover standby database
    Run {}
    2 > set up what SNA 1392701.
    3 > restore database;
    4 > restore database;
    {5 >}
    (1392701 is extracted from this query "SELECT MAX (NEXT_CHANGE #) + 1 UNTIL_SCN FROM V$ LOG_HISTORY LH ')
    V$ DATABASE DB WHERE LH. RESETLOGS_CHANGE #= DB. RESETLOGS_CHANGE # AND LH. RESETLOGS_TIME =
    DB. RESETLOGS_TIME; (""http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/rman.htm")

    but result RMAN is like this:
    executing command: SET until clause


    From restoration to 13 December 08
    using channel ORA_DISK_1
    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from
    backup set
    restoring datafile 00001 to /u01/app/oracle/oradata/sari/system01.dbf
    restoring datafile 00002 to /u01/app/oracle/oradata/sari/undotbs01.dbf
    restoring datafile 00003 to /u01/app/oracle/oradata/sari/sysaux01.dbf
    restoring datafile 00004 in /u01/app/oracle/oradata/sari/users01.dbf
    restoring datafile 00005 to /u01/app/oracle/oradata/sari/example01.dbf
    restoring datafile to /u01/app/oracle/oradata/sari/users02.dbf 00006
    channel ORA_DISK_1: reading of the backup/home/oracle/backup/0ek24dt4_1_1 element
    channel ORA_DISK_1: restored the backup part 1
    piece handle = / home/oracle/backup/0ek24dt4_1_1
    tag = TAG20081213T042506
    channel ORA_DISK_1: restore complete, duration: 00:01:07
    Finished restoration to 13 December 08
    From back to 13 December 08
    using channel ORA_DISK_1
    starting media recovery
    archive log thread 1 116 sequence is already on the disk that the file /u01/app/oracle/oradata/archive/1_116_666786084.arc
    archive log thread 1 sequence 117 is already on the disk that the file /u01/app/oracle/oradata/archive/1_117_666786084.arc
    Archive newspaper filename=/u01/app/oracle/oradata/archive/1_116_666786084.arc thread = 1 sequence = 116
    Archive newspaper filename=/u01/app/oracle/oradata/archive/1_117_666786084.arc thread = 1 sequence = 117
    Cannot find the log archiving
    archive log thread = 1 sequence = 118
    RMAN-03002: failure of the command recover to 2008-12-13 05:14:13
    RMAN-06054: recovery of media asking unknown journal: thread 1
    SEQ 118 lowscn 1392700


    3. then I refuse 1392701 to 1392700 and I run this command

    Run {}
    2 > set up what SNA 1392700.
    3 > restore database;
    4 > restore database;
    {5 >}
    executing command: SET until clause
    From restoration to 13 December 08
    using channel ORA_DISK_1
    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from
    backup set
    restoring datafile 00001 to /u01/app/oracle/oradata/sari/system01.dbf
    restoring datafile 00002 to /u01/app/oracle/oradata/sari/undotbs01.dbf
    restoring datafile 00003 to /u01/app/oracle/oradata/sari/sysaux01.dbf
    restoring datafile 00004 in /u01/app/oracle/oradata/sari/users01.dbf

    restoring datafile 00005 to /u01/app/oracle/oradata/sari/example01.dbf
    restoring datafile to /u01/app/oracle/oradata/sari/users02.dbf 00006
    channel ORA_DISK_1: reading of the backup/home/oracle/backup/0ek24dt4_1_1 element
    channel ORA_DISK_1: restored the backup part 1
    total, handle = / home/oracle/backup/0ek24dt4_1_1 tag = TAG20081213T042506
    channel ORA_DISK_1: restore complete, duration: 00:01:08
    Finished restoration to 13 December 08
    From back to 13 December 08
    using channel ORA_DISK_1

    starting media recovery
    archive log thread 1 116 sequence is already on record as
    file /u01/app/oracle/oradata/archive/1_116_666786084.arc

    archive log thread 1 sequence 117 is already on record as
    file /u01/app/oracle/oradata/archive/1_117_666786084.arc

    archive log filename=/u01/app/oracle/oradata/archive/1_116_666786084.arc = 1 thread
    sequence = 116archive log
    filename=/U01/app/Oracle/oradata/archive/1_117_666786084.arc
    thread = 1 sequence = error 117Oracle:

    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS
    would get the below error
    ORA-01152: 1 no file has been restored from a sufficiently old backup
    ORA-01110: data file 1: ' / u01/app/oracle/oradata/sari/system01.dbf'

    media recovery complete, duration: 00:00:10
    Finished recover to 13 December 08


    4. If I run
    Run {}
    restore the database;
    recover the database;
    }

    I receive this error on step 2 (06054 RMAN: recovery of media asking unknown journal: thread 1)
    SEQ 118 lowscn 1392700)

    5. If I just restore the database and I do not perform a recovery by rman and I restart repeat if applies to all things seem well
    but in the opening of database, I get ORA-01152: 1 file was not restored from a sufficiently old backup
    Ora-01110: data file 1: ' / u01/app/oracle/oradata/sari/system01.dbf' error)

    do you know what is the problem

    Thank you

    Published by: ARKH 12 December 2008 23:06

    This is because as soon as you open the standby database, application of roll forward stops. At least that's true up to 10 gr 2, 11 g, you have the option "Active Dataguard" (requires an additional license), which allows to apply, while the database is open.

    Werner

  • What to do for the main database when a physical database ensures converts a standby time of the snapshot

    Hello

    Need of the primary database to implement the flashback database when a physical database ensures converts a standby time of the snapshot? Or something to do with the primary database? I find some documents this work to allow the return of flame for the primary databases, but I think that he didn't need to do.

    Thank you

    Best regards.

    I did recently, I have not configured flashback on primary, only configured in the standby mode. I converted the standby database and restored the changes after the test. Primary database continued to send archives to the standby site. Instant once converted into sleep mode, as mseberg mentioned overlaps with the sync state after starting MRP.

  • Is it possible to create physical databases Eve from an another standby database?

    Is it possible to create physical databases idle for another physical standby database? I intend to create the second physical standby database, but I don't want to add more downtime to the production database to create the second database pending.

    You don't have to get the amount of Production downtime. Copy instead, ensure another wait. But, adds the second Eve also in Production for Archive log shipping.

  • How to identify my physical time standby database that real use apply?

    Hello

    Can someone give me the SQL to identity it is my physical database real-time intelligence, apply recovery logs?

    Its Justine please...


    Thank you.

    You could just look at the alert log. Search for "Recovery of Online Redo Log"

    Or you can select from v$ standby_apply_snapshot to see if the watch is updated.

    Select thread #, to_char(snapshot_time,'dd-mon-yyyy:hh24:mi'),.
    to_char(applied_time,'dd-mon-yyyy:HH24:mi'),
    to_char(newest_time,'dd-mon-yyyy:HH24:mi') from V$ STANDBY_APPLY_SNAPSHOT;

  • Creation of two physical databases ensures

    Hi all

    11 GR 2

    Rhel6.5

    For single basic physical intelligence, are the init.ora parameters:

    LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (PROD, STBY)'

    LOG_ARCHIVE_DEST_2 = "SERVICE = STBY NOAFFIRM ASYNC VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = STBY"; "

    LOG_ARCHIVE_DEST_STATE_2 = ENABLE;

    The following settings are correct for the physical double standby database creation?

    LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (PROD, STBY, STBY2)'

    LOG_ARCHIVE_DEST_2 = "SERVICE = STBY NOAFFIRM ASYNC VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = STBY"; "

    LOG_ARCHIVE_DEST_3 = "SERVICE = STBY2 NOAFFIRM VALID_FOR =(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME STBY2 = ASYNC';"

    LOG_ARCHIVE_DEST_STATE_2 = ENABLE;

    LOG_ARCHIVE_DEST_STATE_3 = ENABLE;

    Thank you very much

    JC

    Hello

    Just before that you create, you may need to think about that (it can help you to reduce network traffic / performance little main question)

    We have two physical Standby in two ways

    (1) again are shipped from the primary two databases on hold

    (2) again will be sent on the eve of first and second Eve will receive repeat first aid (primary will not be directly in contact with second Eve)

    Starting from your configuration.

    Two standby databases will receive repeat primary, so the donc les deux two standby will be sync will be main without delay (depends on the availability of network and the mode of production)

    The following settings seems good!

    LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (PROD, STBY, STBY2)'

    LOG_ARCHIVE_DEST_2 = "SERVICE = STBY NOAFFIRM ASYNC VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = STBY"; "

    LOG_ARCHIVE_DEST_3 = "SERVICE = STBY2 NOAFFIRM VALID_FOR =(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME STBY2 = ASYNC';"

    LOG_ARCHIVE_DEST_STATE_2 = ENABLE;

    LOG_ARCHIVE_DEST_STATE_3 = ENABLE;

    11 g in the halls, FAL_CLIENT is not mandatory, but have control over FAL_SERVER that you have two databases on hold.

    FAL_SERVER--> in short where we receive archives (oracle log source where this database represent relief)

    In your situation, you need to have TWO values in each database for FAL_SERVER

    http://docs.Oracle.com/CD/B28359_01/server.111/b28320/initparams078.htm

    Prod

    --------

    FAL_SERVER = STBY, STBY2

    To STBY

    --------

    FAL_SERVER = PROD, STBY2

    For STBY2

    --------

    FAL_SERVER = PROD, STBY

    If you have parameters, above the during pass / failover wont it be a problem.

    Consider allowing the return of flame in all three database (at least for the minimum retention)

    Have flashback will eliminate recreation to sleep when there is failure unexpected-over(NOT Graceful fail-over)

    If you choose the second option.

    (2) again will be sent on the eve of first and second Eve will receive repeat first aid

    Take a look on

    http://docs.Oracle.com/CD/B28359_01/server.111/b28294/cascade_appx.htm

    Thank you

  • Several primary and physical databases Configuration ensures in Data Guard Broker

    Hello

    Is it possible to add two or several primary and physical databases configuration ensures in data guard broker?

    I have 1 primary databases and two databases physical standby that is

    (1) primary that is pri - (database primary)

    (2) secondary i, e, s (physical pending)

    (3) Secondary2 i.e. sec2 (physical pending)

    Practical AM sinister place, my scenario is my pri and dry machines are in seat, if the pri crashed it switch to s that works very well and my S2 is in another area office. Suppose that if my two siege machines pri and sec crashed, so I want to do my mahcine sec2 as primary.

    I have two separate computers to the broker a headquarters and a District Office

    Use failure of quick start on Data Guard Broker, broker headquarters machine I have configured pri and dry but in sector office broker not able congifured pri and S2 and the machine.

    can be done several primary database configuration with data bases on hold?

    Has anyone done this before, or has a perform a recovery after loss of place...

    need help or suggestion

    thanx

    No.... It is not possible. When you use the DG broker, the first thing you can do in the DGMGRL utility is to deliver CONFIGURATION to CREATE. You can see on the doc of this command that you define here the PRIMARY DATABASE.

    The command to add a DATABASE to the broker, adds a new database pending. You cannot add an another primary.

    The broker configuration is explicitly for a primary and all standby databases is supported. If you have an another primary, you create a separate DG broker configuration.

    See you soon,.
    Brian

  • Removal/drop/withdraw, database using Enterprise Manager (12 c)

    Hello
    I ran a few searches and examine documentation... but I have not found a way to move/delete/delete databases using 12 c EM.
    We have environments multi-instance (a single physical server with multiple instances/database). And from time to time, to delete one or more instances when they are out of service.
    So far, we use DBCA, but I wonder if there is a way to do the same with the EM 'out of the box... ".

    Could someone point me in the right direction?


    Thanks in advance,

    Francisco Palomares

    Hello Francisco,.

    the only 'out of the box' methods to remove/delete a database would be:

    -Create a 'User defined procedure' to do the job - Fund guide "Life cycle management" in the documentation
    -When you use the Self Service Portal as part of the Cloud management feature, users would be able to ask for a database to create. When demand for a database to create the user can also identify what period it would need from the database. Which means that you can indicate the current time a database must be dismantled. In this case not only a job is programmed to create the database, but also a job is programmed to remove the database after the specified time has passed. The Guide for this of Cloud management.
    -You could of course also think to do this using a measure of script that you could plan from the working EM system.

    Plenty of material to think ;-)

    Concerning
    Rob

    http://oemgc.WordPress.com

  • ORA-01274 on the physical database paused.

    Hello

    I configured a physical database ensures with * LGWR ASYNC * transport services, which works very well.
    When I create a set of data files and the users on the main site, and then create a control journal, the journal of alerts to the backup site is written with error: * ORA-01274 *.

    I have attributed this to a configuration problem and did the whole excerceise from the creation of the primary database of Eve databe and configure the dataguard, this time with * ARCH * transport services.

    But the problem still persists. Is this normal? I was told that new tablespaces/data files will not be replicated on the site of Eve by transport services. Is this true? If so, please tell me how to reproduce them on the backup site.
    If not, please help me solve the problem.

    I also write, the alert log sleep here for a better understanding of the problem. Kindly go through it...
    +
    Clearing online redo logfile 1 /u02/app/oracle/oradata/asridb/redologs/r01.log
    Clearing online log 1 of thread 1 sequence number 37
    Sun Mar 22 12:47:42 2009
    Errors in file /u02/app/oracle/admin/asridb/bdump/asridb_mrp0_20176.trc:
    ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 1 thread 1: '/u02/app/oracle/oradata/asridb/redologs/r01.log'
    Clearing online redo logfile 1 complete
    Media Recovery Waiting for thread 1 sequence 39
    Sun Mar 22 12:47:43 2009
    Completed: alter database recover managed standby database disconnect from session
    Using STANDBY_ARCHIVE_DEST parameter default value as /u02/app/oracle/asridb/archival
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[1]: Assigned to RFS process 20213
    RFS[1]: Identified database type as 'physical standby'
    Sun Mar 22 12:49:04 2009
    RFS LogMiner: Client disabled from further notification
    Sun Mar 22 12:49:40 2009
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: '/u02/app/oracle/asridb/archival/1_39_682125307.arc'
    Sun Mar 22 12:49:42 2009
    Media Recovery Log /u02/app/oracle/asridb/archival/1_39_682125307.arc
    Media Recovery Waiting for thread 1 sequence 40
    Sun Mar 22 12:56:33 2009
    RFS[1]: No standby redo logfiles created
    RFS[1]: Archived Log: '/u02/app/oracle/asridb/archival/1_40_682125307.arc'
    Sun Mar 22 12:56:38 2009
    Media Recovery Log /u02/app/oracle/asridb/archival/1_40_682125307.arc
    File #5 added to control file as 'UNNAMED00005' because
    the parameter STANDBY_FILE_MANAGEMENT is set to MANUAL
    The file should be manually created to continue.
    Errors with log /u02/app/oracle/asridb/archival/1_40_682125307.arc
    MRP0: Background Media Recovery terminated with error 1274
    Sun Mar 22 12:56:38 2009
    Errors in file /u02/app/oracle/admin/asridb/bdump/asridb_mrp0_20176.trc:
    ORA-01274: cannot add datafile '/u02/app/oracle/oradata/asridb/datafiles/asrim_master.dbf' - file could not be created
    Some recovered datafiles maybe left media fuzzy
    Media recovery may continue but open resetlogs may fail
    Sun Mar 22 12:56:39 2009
    Errors in file /u02/app/oracle/admin/asridb/bdump/asridb_mrp0_20176.trc:
    ORA-01274: cannot add datafile '/u02/app/oracle/oradata/asridb/datafiles/asrim_master.dbf' - file could not be created
    Sun Mar 22 12:56:39 2009
    MRP0: Background Media Recovery process shutdown (asridb)
    +
    Thanks in advance,
    Aswin.

    Note this line:

    because the parameter STANDBY_FILE_MANAGEMENT is set to MANUAL
    The file must be created manually to continue.

    If you want to have the automatic creation of files on the side of the watch, set this pfile/spfile to AUTO.

    Werner

  • Steps to remove and replace the keyboard. HP Pavilion dv7-1448dx

    Hello. I have HP Pavilion dv7-1448dx. I have not available a manual where the path is directed to change the laptop keyboard. I need help to get the steps to remove and replace the keyboard. Please provide me with the support as soon as possible so that I can solve this problem. Thank you.

    Link to the .pdf manual

    Click above. We are not HP, all other users trying to help.

  • I want to uninstall the application, because it does not stay charged and want more on my computer and not perform the steps for removing it, but none does not work for me.

    I want to uninstall the application, because it does not stay charged and want more on my computer and not perform the steps for removing it, but none does not work for me.

    Cancel see answer #1 in https://forums.adobe.com/thread/2023066 - includes a link to Chat from Monday to Friday

    Sign out of your account... Uninstall... to run vacuuming...

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Steps to restore a RAC database


    Hi all

    Can someone provide the steps to restore a 4 database RAC node to another node 4 CARS?

    Database version: 11.2.0.2

    OPERATING SYSTEM: AIX 6.1

    If you are in the same version of the OS, there is not much difference between a CAR and a NON-Rac environment when restoring, you can check MOS notes RMAN Duplicate Database of RAC ASM with RAC ASM (Doc ID 461479.1)

  • A physical database configuration ensures in 9i

    Hi all

    OS: Solaris 10 SPARC x 64

    DB: 9.2.0.6 x 64

    I have a task to create a physical database ensures in a solaris 10 - Oracle 9.2.0.6 approx. I'm used to doing this configuration on version 11.2 of Oracle and because of that I have some doubts about the possible configurations needed to be done in a 9i database.

    (1) the main question I have is in regards using RMAN. I would like to know if it is possible to restore a normal backup of my primary database in the database pending and after that, apply necessary to synchronize the day before with the primary logs archived? The controlfile I would use would be created by the RMAN command "BACKUP CONTROLFILE CURRENT for INTELLIGENCE". The RMAN script woulb be similar to the one below:

    Run {}

    allocate channel ch01 device type disk;

    allocate channel ch02 device type disk;

    allocate channel ch03 device type disk;

    allocate channel ch04 device type disk;

    Restore controlfile from "standby_controlfile.ctl"

    SQL 'edit the editing of the database';

    restore the database;

    recover the database;

    }

    (2) the directory structure will be the same, so I think that it is not necessary to use SET NEWNAME and DB_FILE_NAME_CONVERT/LOG_FILE_NAME_CONVERT, is that correct?

    (3) you have any other regarting considerations the differences between a 9i and a 11 g physical secondary Configuration?

    Thank you for your attention and patience beach.

    Hello;

    Question 1 – see this:

    http://docs.Oracle.com/CD/B10500_01/server.920/a96566/rcmstand.htm

    On question 2 - work assuming RMAN then DB_FILE_NAME_CONVERT/LOG_FILE_NAME_CONVERT would NOT have to be defined in the same directory structure.

    Question 3 - Check this:

    http://docs.Oracle.com/CD/B10500_01/server.920/a96653.PDF

    Best regards

    mseberg

  • How to apply the physical database design

    I imported the tables in my physical database and made some design changes. Now how can I apply the changes to my physical database?

    On the Tools menu, patterns for comparison/merging of views can make the comparison between registered design but no physical database?

    Published by: 871744 on April 10, 2012 20:31

    In the right part of the main toolbar, there are two blue arrows for synchronization to/from the data dictionary.

Maybe you are looking for