|
连接到:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> sho parameter commit_wait
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
commit_wait string WAIT
SQL>
I'm sure that the promble was cased by this parameter.
session 1: control is immediately being returned back to the client instead of waiting
for commit, it means that the transaction of session 1 is not complete
session 2:so the select statement return no data
版主你有ORACLE的参数大全吗 |
|