Coming problems in my sql plus [message #617795] |
Thu, 03 July 2014 13:03 |
|
aaditya321
Messages: 225 Registered: January 2014 Location: Delhi
|
Senior Member |
|
|
When ever we use Username/password as hr/hr
then some problems are coming
error:
ORA-01033: OORACLE initialization or shutdown in progress
how to resolve it.
|
|
|
|
Re: Coming problems in my sql plus [message #617797 is a reply to message #617796] |
Thu, 03 July 2014 13:07 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
And you must at least feedback to your previous questions, it is a basic forum etiquette.
I see Michel has already reminded you to feedback several times, however, you have never responded. Why?
|
|
|
|
|
|
|
Re: Coming problems in my sql plus [message #617826 is a reply to message #617797] |
Thu, 03 July 2014 15:20 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Lalit Kumar B wrote on Thu, 03 July 2014 20:07And you must at least feedback to your previous questions, it is a basic forum etiquette.
I see Michel has already reminded you to feedback several times, however, you have never responded. Why?
He is one more of these disgusting parasites we see more and more in forum as the skill level decreases.
[Updated on: Thu, 03 July 2014 15:21] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Coming problems in my sql plus [message #618859 is a reply to message #618853] |
Wed, 16 July 2014 03:30 |
|
I will give you a hint.
sql>alter database recover database;
Database altered.
sql>alter database open;
Database altered.
sql>shutdown imediate;
Database closed.
Database dismounted.
ORACLE instance shut down
SQL> startup;
ORACLE instance started.
Total System Global Area 1670221824 bytes
Fixed Size 2176328 bytes
Variable Size 1224739512 bytes
Database Buffers 436207616 bytes
Redo Buffers 7098368 bytes
Database mounted.
Database opened.
Would you dare to try all these without reading the links provided here by our Gurus?
Javed A. Khan
|
|
|
|
|
|
|
Re: Coming problems in my sql plus [message #618869 is a reply to message #618867] |
Wed, 16 July 2014 04:22 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
aaditya321 wrote on Wed, 16 July 2014 14:51This section SQL> is not coming then how to write your given code and where.
Littlefoot wrote on Wed, 16 July 2014 14:48BlackSwan wrote on Thu, 03 July 2014 20:55
power off the database server & then power it back on
|
|
|
|
|
|
|
|
|
|
Re: Coming problems in my sql plus [message #618882 is a reply to message #618880] |
Wed, 16 July 2014 04:48 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Go to services.msc and check whether the Oracle service is up and running. You need to restart your PC if you make changes there, since I have observed that if I stop and restart a service, it needs system reboot for Oracle DB to come up.
|
|
|
Re: Coming problems in my sql plus [message #618884 is a reply to message #618881] |
Wed, 16 July 2014 05:05 |
|
aaditya321
Messages: 225 Registered: January 2014 Location: Delhi
|
Senior Member |
|
|
Michel Cadot wrote on Wed, 16 July 2014 04:47
Littlefoot wrote on Wed, 16 July 2014 11:41Are you serious?
I start to think he is a troll, no one can be so dumb he doesn't know how to power off his PC... although...
If your means "power off his PC" i.e. shut down your pc then I have done it many times, its my view.
What is your meaning of "power off his PC" I don't know.
And you said I troll here then its wrong caused I am facing problems from several days and my practice has been stoped from coming issue.
[Updated on: Wed, 16 July 2014 05:06] Report message to a moderator
|
|
|
|
|
|
|