startup script

[expired user #5859]'s profile image [expired user #5859] posted 13 years ago in Creating a connection Permalink
I am trying to complete the installation of the software and am using Windows 7. What do I enter for "Startup Script" ?
Thanks

Tarun
ansgar's profile image ansgar posted 13 years ago Permalink
Startup script in the session manager is optional, can be a file which you want to run at initialization time of each session. I do not have a use case for that feature present, but I'm sure there was one, from the user which had asked for that feature :)
Rajesh Modi's profile image Rajesh Modi posted 5 years ago Permalink

pls let me know what is the startup script

1 attachment(s):
  • startup-script
ansgar's profile image ansgar posted 5 years ago Permalink

That's an SQL script which you might want to run at the beginning of a session.

Rajesh Modi's profile image Rajesh Modi posted 5 years ago Permalink

example?

ansgar's profile image ansgar posted 5 years ago Permalink

For example you could use a startup script that initializes certain session variables, as you may not have privileges to set them globally on the server:

SET default_regex_flags = 'DOTALL,DUPNAMES,EXTENDED,EXTRA,MULTILINE,UNGREEDY'

Please login to leave a reply, or register at first.