AW: [suse-oracle] ORA-12514 error 2005-10-21 - By CLEMENS.BLEILE@(protected)
Hi Trusha,
it seems your service is not registered to the listener.
Try
alter system register;
on your database and check that you can see the service with "lsnrctl status". A database automatically registers its services to the listener listening on port 1521 (sometimes this does not happen if the listener starts after the database and then you can register with the command above). If you listen to another port then you have to use the DB-parameter local_listener to register the databases' services to the listener.
Ciao
Clemens
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
|
|