الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ora-01122و Ora-01110و Ora-01207

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله


يا اخواني باختصار شديد انا واجهتني مشكلة في الدخول للداتابيس ووجدت ان احد الأخوة قد كتب موضوعا يطلب فيه حل المشكلة لكن للأسف لم يرد عليه أحد
وقد كتبت بع الاكواد التي ليس لي بها أي خلفية لأني درست الsql و pl/sql فقط ولم أدرس ال dbaو وقد اقتبست هذه الأكواد من احدى المواقع أملا في حل المشكلة ولكن!
وهذه هي الاكواد

SQL> conn sys/change_on_install as sysdba
Connected.
SQL> shutdown immediate
ORA-01109: database not open


Database dismounted.
ORACLE instance shut down.
SQL> startup nomount
ORACLE instance started.

Total System Global Area  118255568 bytes
Fixed Size                   282576 bytes
Variable Size              83886080 bytes
Database Buffers           33554432 bytes
Redo Buffers                 532480 bytes
SQL> alter database mount
 2  ;

Database altered.

SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01122: database file 1 failed verification check
ORA-01110: data file 1: 'E:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
ORA-01207: file is more recent than controlfile - old controlfile



شاكر لكم مقدما ومتأملا معاونتكم

تم تعديل بواسطة alfeeto

بتاريخ:

your database needs recovery

shutdown immediate
startup mount
recover database
alter database open;

بتاريخ:

No airtifa ...he needs to create anew controlfile again to regenerate the new SCN and register all datafiles
so alfeeto your solution is here

http://www.araboug.org/ib/index.php?showto...ost&p=99689

بتاريخ:

ORA-1122, ORA-1110, ORA-1207 while open the database after crash Note(283927.1)
[center]

1.Mount the database
SQL>Startup mount

2. trace the control file

SQL> Alter database backup controlfile to trace;

3. Create a control file creation script from the tracefile generated in user_dump_dest.

Use the Noresetlogs option

4.shutdown the database and start it NOMOUNT mode

SQL>shutdown abort
SQL>startup NoMount

5.Create the control file

Use the script generated by the 'backup controlfile to trace' command above. 

6.Recover database

SQL>recover database ;

7.Open the database

SQL>Alter database open ;
[/center]

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

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

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

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

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

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.