Skip to content

Instantly share code, notes, and snippets.

@momo-lab
Created May 19, 2014 11:00
Show Gist options
  • Save momo-lab/44c88c1976c5cedefad1 to your computer and use it in GitHub Desktop.
Save momo-lab/44c88c1976c5cedefad1 to your computer and use it in GitHub Desktop.
ローカルのOracle 11g XE接続用設定
LOCAL_XE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = xe)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment