Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie: 10g Express Start problem
On Sun, 16 Apr 2006 08:28:23 -0700, richmarin wrote:
>
>
> The operating system I am using is XP.
>
> When I first started 10g. I got a graphical interface. On that interface,
> I saw 4 icons. They where called
>
> Administration, Object Browser SQL and Utilities.
>
> For whatever reason, I can not get back to it. It was here in this "Main
> Menu" where I was able to get work done.
OK, Now we can move forward ....
(Open Control Panel > Administrative Tools > Services and check that the 'OracleServiceXE' and 'OracleXETNSListener' are started. The other services don't matter until much later.)
ii) if they are then drop to a command box (StartKey + R, enter cmd) and type 'lsnrctl status' and tell us the result. There should be lines that tell us about ports 1521 and 8080
iii) also check that the database is 'running' by checking sqlplus. Again from a command line, type 'sqlplus / as sysdba'. If the result mumbles about an idle instance, type 'startup', post the result, and leave SQLPlus using the 'exit' command.
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** Top posting [replies] guarantees I won't respond. ***Received on Sun Apr 16 2006 - 16:42:01 CDT