Questions tagged [service-name]

21 questions
0
votes
1 answer

Oracle - Invalid service name in Repository Creation Utility

I get this error message "Invalid service name" when submitting the Database Connection Details form in Repository Creation Utility. I have put the required information as below: Host Name : localhost Port : 1521 Service Name : orcl Username :…
0
votes
0 answers

Connecting to Oracle Database Using Service Name Instead of SID

The idea here is to be able to connect to my Database using the service name instead of SID. Here's my tnsnames.ora: # tnsnames.ora Network Configuration File: C:\Users\jj\Downloads\WINDOWS.X64_193000_db_home\NETWORK\ADMIN\tnsnames.ora # Generated…
Jesse James
  • 1,203
  • 5
  • 22
  • 39
0
votes
1 answer

JBAS010447: Connection is not valid

I need help, when i try to create a datasource connection on jboss show this error JBAS010447: Connection is not valid my connection url is jdbc:oracle:thin:@//localhost:1521/ORCL on my jboss log show ORA-28040: No matching authentication protocol
japuentem
  • 2,117
  • 3
  • 14
  • 13
0
votes
1 answer

cannot connect to oracle database with SQLPLUS via service name

I am trying to connect to an Oracle database from SQLPLUS using service_name but I received the ORA-12154 error (ORA-12154: TNS:could not resolve the connect identifier specified. NOTE: when I am using the SQL Developer, everything works…
mikcutu
  • 1,013
  • 2
  • 17
  • 34
0
votes
1 answer

whar is the oauth service name for the google apps reseller api

I tried to use the google apps reseller api with google apps script. To use oauth I need the AuthServiceName. what is the right name? "apps" does not work.
0
votes
1 answer

How do I distinguish between a service name and a connect descriptor in a connection string?

Hopefully, this should be an easy one for the Oracle bods. So, further to my previous Question, I now need to be able to process a connection string in C# and decide whether to perform an LDAP lookup on the 'Data Source' value (if it is a service…
Neo
  • 4,145
  • 6
  • 53
  • 76
1
2