الانتقال إلى المحتوى

تغير اسم قاعدة البيانات


shafei

Recommended Posts

السلام عليكم
اخواني ارجوا منكم المساعدة في كيفية تغير اسم قاعدة البيانات حيث انني بحاجة ماسة الى تغير اسم قادة البيات
ولكم مني جزيل الشكر
Please I want know how I can rename my database in oracle9i
اخوكم ابو مصعب

رابط هذا التعليق
شارك

Rename database


To change the name of the database, You have to re-create the controlfile.

(1) ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

this statement create the ASCII file which contains CREATE CONTROLFILE
statement. look into the location specified by USER_DUMP_DEST init para.

(2) Edit the above created controlfile to look like following.

Change the REUSE DATABASE to SET DATABASE in the Create controlfile statement like following.

CREATE CONTROLFILE SET DATABASE "Stagging"
NORESETLOGS NOARCHIVELOG
.. .. .. ..
.. .. .. ..
.. .. .. ..

(3) SHUTDOWN IMMEDIATE

(4) STARTUP NOMOUNT

(5) COPY and paste the above CREATE CONTROLFILE statement here.

(6) ALTER DATABASE OPEN

رابط هذا التعليق
شارك

  • بعد 1 سنة...
  • بعد 1 سنة...

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   تمت استعادة المحتوى السابق الخاص بك.   مسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

جاري التحميل
×
×
  • أضف...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية