https://github.com/tschf/login_sql
https://github.com/tschf/login_sql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/login_sql
- Owner: tschf
- License: unlicense
- Created: 2017-12-28T23:41:20.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:20:00.000Z (about 2 years ago)
- Last Synced: 2025-03-03T00:25:16.420Z (over 1 year ago)
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# login_sql
Adaption from the login script in Effective Oracle by Design. SQLPlus will run
login.sql whenever you connect to the database, provided login.sql is in your
working directory or within the SQLPATH environment variable.
Since this folder is stored in my Projects folder, I simply need to add:
```
export SQLPATH=/home/trent/Projects/login_sql
```
To my `~/.profile`.
# License
The Unlicense
# Author
Trent Schafer