rman
can not prepare primary database for standby database creation (for RMAN)
i was trying to prepare a primary database for standby database creation. while executing set_log_params.sql, we struck with an error \"ORA-32017 failure in updating SPFILE\" and \"ORA-00439 feature[详细]
2023-03-07 11:40 分类:问答RMAN connecting to wrong target
Wh开发者_开发知识库en I run rman target / @mydb nocatalog cmdfile=%commands% msglog=%logfile%, I see connected to target database: OTHERDB (DBID=3786352837, not open).[详细]
2023-02-27 21:19 分类:问答Oracle Backup and recovery
new to oracle, I am having a oracle DB which we don\'t use anymore开发者_如何学运维(version : 8.1.7.4).[详细]
2023-02-13 11:05 分类:问答How to import a Oracle 11g RMAN backupset on a new database server?
I have got a backupset of an Oracle 11g database which was created with RMAN. Now I want to import/restore th开发者_StackOverflow社区e backupset onto a new and empty database server. I know that the c[详细]
2023-01-25 12:34 分类:问答Oracle RMAN big-endian to little-endian
I have an Oracle RMAN backup that was created on a Solaris SPARC box and is therefore in big-endian format. I wish to restore this backup to a Windows x86-64 based machine but have hit a roadblock due[详细]
2023-01-18 08:52 分类:问答Is this a valid way to use the Oracle Recovery Manager with the Oracle Job Scheduler?
First, I am creating an executable job: BEGIN DBMS_SCHEDULER.CREATE_JOB(job_name => \'PIPE_JOB\', job_type => \'EXECUTABLE\', job_action => \'RMAN PIPE TEST_PIPE_1 target / TIMEOUT = 60\');[详细]
2022-12-13 09:12 分类:问答Running RMAN Scripts with the job scheduler (Oracle)
Here\'s a good one for any Oracle gurus out there. I\'m working on a web page that dynamically configures Oracle DB backup settings in a closed environment. Right now, I have everything set up to gene[详细]
2022-12-12 01:35 分类:问答Oracle: changing the DB_RECOVERY_FILE_DEST without pre-existing folder?
I\'m working on a web interface for modifying Oracle database backup settings. One of the options I want to give users is where to set the flash recovery area. As far as I know, the only way to change[详细]
2022-12-10 07:59 分类:问答