الانتقال إلى المحتوى
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-01078: Failure In Processing System Parameters

Featured Replies

بتاريخ:

Salam Alikom
Ihave installed Oracle 10g on SUSE Linux During the installation, there were no errors. After installation
I used dbstart utility to startup instance When I used Sqlplus as sysdba to startup instance
Oracle told me Connected to an idle instance
when i do startup give this error

ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/opt/oracle/product/oracle_home/dbs/in itorcl.ora'

the instance name is QNET NOT orcl

when i writ comment ENV give the ORACLE_SID=orcl

Your support shall be highly appreciated

بتاريخ:

There is no way the spfile can be repaired or modified manually.


The solution is to restore a spfile from backup, or recreate a new spfile.


If a SPFILE backup exists, restore it to the original location.
SPFILE backup could be a copy of the spfile or from a RMAN backup.


If the spfile backup does not exist, one can use
an existing pfile or the list of non-default parameters listed in the alert log
at startup time, or one can also get the parameters from the corrupted spfile
using utilities like strings available on unix, similar utilities can be found
for Windows as well.

Extract the parameters either from the alert log or the corrupted spfile
and create a pfile from that and using the SQL command CREATE SPFILE FROM PFILE
create a spfile from the pfile.

$ strings spfile<SID>.ora > init<SID>.ora

SQL> create spfile from pfile ;


Now startup the database

بتاريخ:

try this and it will work ISA

1-connect to the database using sys as sysdba user
SQL>conn SYS as sysdba
2-startup the database with the pfile found in this path '/opt/oracle/product/oracle_home/dbs/in itorcl.ora'
SQL>startup pfile='/opt/oracle/product/oracle_home/dbs/initorcl.ora'
3- the database will startup
4-create another spfile from the pfile '/opt/oracle/product/oracle_home/dbs/initorcl.ora'
SQL>create spfile from pfile='/opt/oracle/product/oracle_home/dbs/in itorcl.ora';
5-shutdown the database
6-startup the database

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

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

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

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

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

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.