Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
14 lines (13 loc) · 479 Bytes

File metadata and controls

14 lines (13 loc) · 479 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
COLUMN owner FORMAT a15 HEADING 'Owner'
COLUMN db_link FORMAT a25 HEADING 'DB Link Name'
COLUMN username format a15 HEADING 'Username'
COLUMN host format a130 trunc HEADING 'Host'
COLUMN created FORMAT a20 HEADING 'Created'
SELECT
owner owner
, db_link
, username
, TO_CHAR(created, 'mm/dd/yyyy HH24:MI:SS') created
, host
FROM dba_db_links
ORDER BY owner, db_link;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.