![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have been assigned a project for performance optimization of a Swiss ASA 7 database that is being used by Dolphin application. How do I optimize performance as whenever I try to execute any system stored procedures using Interactive SQL to enable RequestLogging and Procedure profiling using call sa_server_option ('Procedure_profiling','ON') and call sa_server_option ('RequestLogging','ALL'), I get an error "Error at line 1 Invalid Option 'Procedure_profiling'- no PUBLIC settings exist. |
#3
| |||
| |||
|
|
but thes settings were these The options that can be reset are as follows: Option name Values Default ========= ===== ===== Disable_connections ON or OFF OFF Liveness_timeout integer, in seconds 120 Quitting_time valid date and time none Remember_last_statement OFF ON or OFF Request_level_log_file Filename Request_level_logging ALL, SQL, NONE NONE so you can see the names have changed since V7. You can also see Procedure_profiling was not documented and will not be present; having only been introduced in Version 8.0 and enhanced in 8.0.2. deepali.sahni (AT) ebookers (DOT) com> wrote in message news:4ac38b72.2766.1681692777 (AT) sybase (DOT) com... I have been assigned a project for performance optimization of a Swiss ASA 7 database that is being used by Dolphin application. How do I optimize performance as whenever I try to execute any system stored procedures using Interactive SQL to enable RequestLogging and Procedure profiling using call sa_server_option ('Procedure_profiling','ON') and call sa_server_option ('RequestLogging','ALL'), I get an error "Error at line 1 Invalid Option 'Procedure_profiling'- no PUBLIC settings exist. |
![]() |
| Thread Tools | |
| Display Modes | |
| |