File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Oracle/OAS and the fly likes How to Change SERVICE_NAME in ORACLE 10g Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "How to Change SERVICE_NAME in ORACLE 10g" Watch "How to Change SERVICE_NAME in ORACLE 10g" New topic
Author

How to Change SERVICE_NAME in ORACLE 10g

jaya kemmannu
Ranch Hand

Joined: Sep 23, 2011
Posts: 72

Hi,

We have oracle10g installed in redhat linux server. IF my current service_name is set to "XXXX" how can change his to "YYYY". Any help would be appreciated.

Thanks & Regards,
Joy
Martin Vajsar
Bartender

Joined: Aug 22, 2010
Posts: 2331
    
    2

There is a system parameter you can set: SERVICE_NAMES

See ALTER SYSTEM for details on setting system parameters.
Md Haidar Ali Khan
Greenhorn

Joined: Feb 18, 2010
Posts: 12
ALTER SYSTEM SET SERVICE_NAMES = 'SOMETHINGELSE'
Regards,
MD HAIDAR ALI KHAN
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to Change SERVICE_NAME in ORACLE 10g
 
Similar Threads
Code for JSP dropdown menu
How to get SERVICE_NAME
Server Instructions...
AXIS 2 : Developing a help page for a Web service created
heap size in apache tomcat 5.x