0% found this document useful (0 votes)
136 views

Creating New Service Name For Oracle Database

The document discusses how to define a new service name for an Oracle database. It explains that the service_names parameter must be modified to add the new service name, either by altering the system setting if using a server parameter file or modifying the init.ora file. It also notes that the alter system register command should then be used to re-register the database with the listener. The document was prepared by Ravi Kumar Lanke over 7 pages.

Uploaded by

RAVI KUMAR LANKE
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

Creating New Service Name For Oracle Database

The document discusses how to define a new service name for an Oracle database. It explains that the service_names parameter must be modified to add the new service name, either by altering the system setting if using a server parameter file or modifying the init.ora file. It also notes that the alter system register command should then be used to re-register the database with the listener. The document was prepared by Ravi Kumar Lanke over 7 pages.

Uploaded by

RAVI KUMAR LANKE
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

creating new service name for oracle database

PREPARED BY RAVI KUMAR LANKE

Page 1

PREPARED BY RAVI KUMAR LANKE

Page 2

PREPARED BY RAVI KUMAR LANKE

Page 3

In order to define a new service name: Modify service_names parameter and add new service name: if spfile is used then alter system set service_names='..., {new_service_name}' scope=both; if init ora file is used then

alter system set service_names='..., {new_service_name}'; modify init ora file and add {new_service_name} to service_names parameter

alter system set service_names='..., {new_service_name}' scope=both;

PREPARED BY RAVI KUMAR LANKE

Page 4

PREPARED BY RAVI KUMAR LANKE

Page 5

Then use alter system register to re-register with the listener.

PREPARED BY RAVI KUMAR LANKE

Page 6

PREPARED BY RAVI KUMAR LANKE

Page 7

You might also like