بتاريخ: 7 سبتمبر 201015 سنة comment_199747 SalamIhave problem on my database the database name is defrent of instsnce name as the follwoing when i did the query to get sid name select name from v$databaseName PROD AND WHEN Idid query to get instance name as the following i get difference name select instance_name from v$instancceName orcland i checked the pfile and spfile all ok please i need you help تقديم بلاغ
بتاريخ: 8 سبتمبر 201015 سنة comment_199773 أخي الفاضل صعب أن يكون هناك any update لو كتبت في رمضان 7 مساءا وتريد أن يرد أحد قبل الصباح عموما لا أري أي مشكلة فيما كتبت ف SID Name ليس هو DB Name وكونهما مختلفين عن بعض ليس مشكلة واليك بعض المفاهيم SID = identifies the database instance بعض الاحيان يسمي باسم قاعدة البيانات مضاف اليه رقم Instance فلو اسم قاعدة البيانات PROD ممكن ان تجده PROD2DB Name = Name of the database (database can be shared b/t multiple instances)DB Domain = Usually the same as your company domain (somecompany.com)Global Database Name = Database name + database domain (somedb.somecompany.com)Service Name = A "connector" to one or more instances. It is often useful to create additional service names in a RAC environment since the service can be modified to use particular SIDs as primary or secondary connections, or to not use certain SIDs at all.Service Alias = An alias to the service name (just like a CNAME, etc). Say you make your service name something meaningful to the dba, but perhaps it's a bit esoteric. Create a service alias and name it something that will be meaningful to the user.Instance name = same as SIDاذن ليس لديك ادني مشكلة وكل عام وانتم بخير بمناسبة عيد الفطر المبارك تقديم بلاغ
بتاريخ: 8 سبتمبر 201015 سنة كاتب الموضوع comment_199782 جزاكم الله خير طيب ازاى اقدراجعل instacne name اسمه زى database name يعنى instacne name يكون اسمه PROD هو دخ سؤالى وجزاكم الله خير.بحتث عن الموضوع ووجدت انه من الممكن التغير فى ال Controlfileارجوا من الاخ ماجد التوضيح والافادة تقديم بلاغ
بتاريخ: 8 سبتمبر 201015 سنة comment_199785 لا حاجة لهذا التعقيد يمكنك ببساطة اتباع ما يلي 1. shutdown instance.2. edit initial parameter init<sid>.ora , put new instance name on "instance_name" entry.3. export ORACLE_SID=<new instance name>.4. connect using sqlplus, startup instance.ولتغيير Global Name 'alter database rename global_name to <whatever>;بالتوفيق تقديم بلاغ
بتاريخ: 8 سبتمبر 201015 سنة كاتب الموضوع comment_199791 جربت لم يتغير شى عدلت instance name on pfile ولا زلت instance name orcl تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.