Hi Rahma,
You need to firstly logon to sqlplus.
SQL > startup mount
SQL> Alter database endbackup;
SQL> alter database open;
This solution will work if your database is 10g or above.
Hope this helps.
Regards,
Deepak Kori
Hi Rahma,
You need to firstly logon to sqlplus.
SQL > startup mount
SQL> Alter database endbackup;
SQL> alter database open;
This solution will work if your database is 10g or above.
Hope this helps.
Regards,
Deepak Kori