12 lines
421 B
MySQL
12 lines
421 B
MySQL
|
|
-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com
|
||
|
|
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
|
||
|
|
|
||
|
|
-- calling init.sql which will set up sqlpus variables
|
||
|
|
@init.sql
|
||
|
|
-- i.sql is the "who am i" script which shows your session/instance info and
|
||
|
|
-- also sets command prompt window/xterm title
|
||
|
|
@i.sql
|
||
|
|
|
||
|
|
-- you can put your own login scripts here
|
||
|
|
|