Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle service name view

select name from V$SERVICES;
select name from V$ACTIVE_SERVICES;
Comment

oracle list service names

SELECT VALUE FROM V$PARAMETER WHERE NAME = 'service_names';
SELECT NAME FROM V$SERVICES;
SELECT NAME FROM V$ACTIVE_SERVICES;
SELECT * FROM ALL_SERVICES;
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql CREATE EXTENSION pgcrypto 
Sql :: remove all records from table mysql 
Sql :: get unix time roblox 
Sql :: copy one column data to another in sql 
Sql :: set auto increment to 1 mysql 
Sql :: sql server drop table if exists 
Sql :: inner join in update query mysql 
Sql :: postgresql substring last 
Sql :: get first 3 letters name in sql 
Sql :: oracle create program if no exists 
Sql :: postgres alter table add column with default value 
Sql :: describe table query in postgresql 
Sql :: sql to char 
Sql :: ora-00054 find lock 
Sql :: display index in sql 
Sql :: update query formula in excel 
Sql :: postgres concat_ws 
Sql :: sql ends with string 
Sql :: mysql parse int 
Sql :: MySQL insert into examble 
Sql :: sql update table based on another table 
Sql :: mysql check auto increment value 
Sql :: create database collation 
Sql :: sql timestamp to date 
Sql :: how to create new user and database postgresql in ubuntu 
Sql :: SELECT table_name FROM user_tables; 
Sql :: mysqldump: Got error: 1045: Access denied for user 
Sql :: mysql query bulk insert 
Sql :: sql order by where condition 
Sql :: sql add column to table 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =