Problems performing backup operation using RMAN and Oracle 11g XE -


i need transfer oracle 11g databases new machine. both machines using windows 7.

already found lot of descriptions how hard if not oracle expert because there information missing.

what tried this:

http://www.orafaq.com/forum/t/82720/

but stuck @ point start database again in "mounted" mode. after trying "startup mount" "ora-12514".

so, not possible me, database in state can run backup operation in rman.

also searched problem found answers not how do that.

thank in advance help.

you have add database listener.ora in oracle_home\network\admin

sid_list_listener =   (sid_list =     ....     (sid_desc =       (sid_name = yourdatabase)       (oracle_home = oracle_home)       (global_dbname = yourdatabase)     )   )  

after have done restart listener.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -