Collection Contents Index -uc server option Next PDF

SQL Anywhere® Server - Database Administration  > The Database Server  > The SQL Anywhere database server  > Database server options

-ud server option


Runs as a daemon.

Syntax

{ dbsrv10 | dbeng10 } -ud ...

Applies to

Unix

Remarks

Using this option lets you run the server so that it continues running after the current operating system session ends.

When you start the daemon directly using the -ud option, the dbeng10 and dbsrv10 commands create the daemon process and return immediately (exiting and allowing the next command to be executed) before the daemon initializes itself or attempts to open any of the databases specified in the command.

One advantage of using dbspawn instead of the -ud option is that the dbspawn process does not terminate until it has confirmed that the daemon has started and is ready to accept requests. If for any reason the daemon fails to start, the exit code for dbspawn is non-zero.

See also

Collection Contents Index -uc server option Next PDF