• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle Standby - Listener could not authe nticate the user

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
lsnrctl services standby_database

This results in an error which says that:

TNS-01189:The listener could not authenticate the user.


Note: The listener and the services are properly configured for the standby and the primary database, which are configured on CentOS and Oracle 10g.

Any idea what could be the problem.

Thanks,
Vijay
 
vijaya sharma
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This error is received on the primary database.

while the services for the standby and the primary databases are working perfect on the standby database.The ports at which they listen are also configured properly.There does not seem to be any firewall issue because i am able to ping and tnsping to the primary and standby to and fro. also the remote logging and file transfer works on both the systems.

Thanks

Vijay
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic