بتاريخ: 30 مارس 200421 سنة comment_4417 السلام عليكم اخواني ارجوا منكم المساعدة في كيفية تغير اسم قاعدة البيانات حيث انني بحاجة ماسة الى تغير اسم قادة البيات ولكم مني جزيل الشكر Please I want know how I can rename my database in oracle9i اخوكم ابو مصعب تقديم بلاغ
بتاريخ: 30 مارس 200421 سنة comment_4419 Rename databaseTo 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 تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.