How to start and stop sybase database in linux sap?



How to start and stop sybase database in linux sap?..

Answer / Satyapal Singh

To start a Sybase database server on Linux SAP, you can use the following command:nnsapstartas sybase -u <username> -p <password> <instance_name>nTo stop the server, use:nsapcontrol.exe -A <instance_name> -I 0 -o shutdown graceful -U <username>nReplace `<username>` with your Sybase user and `<instance_name>` with your database instance name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Sybase Interview Questions

How to take backup in sybase database in sap?

1 Answers  


List the merits of index covering.

1 Answers  


How to check if sybase database is up and running?

1 Answers  


What is the use 'return' keyword in Stored Procedure?

2 Answers  


Why am I running out of locks on the replicate side in sybase ?

1 Answers  


Differences between clustered and non-clustered in sybase?

1 Answers  


How can we add a column to a table without altering the same?

4 Answers   BNP Paribas,


How can you change to get the decimal separator as comma instead of the decimal point (.)?

1 Answers  


What is replication in sybase?

1 Answers  


What is the difference in storage type of numeric and decimal data types in sybase ?

1 Answers  


Tempdb is full. How would you clear it?

1 Answers  


What data types does sybase support?

1 Answers  


Categories