An open API service indexing awesome lists of open source software.

https://github.com/tschf/login_sql


https://github.com/tschf/login_sql

Last synced: 3 months ago
JSON representation

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