http://www.microsoft.com/china/msdn/library/langtool/vcsharp/frequentlyaskedQuestions.mspx
SESSION_ROLES SESSION's Role SESSION_PRIVS SESSION permission
Set role a; Currently set to role aset role none; currently set to Role None
User_Tab_Privs Object Permissions DBA_TAB_PRIVS
User_Role_Privs Role Permissions DBA_ROLE_PRIVS
Create Role New_Role; Create Role New_Role Not Identified; does not need to authenticate Alter Role Test_Role Identified by Test;
Step 1. Audit Database Audit three parameters show parameter audit_trailalter system set audit_trail = false scope = spfile;. 2 audit options SQL> audit session; / noaudit session removing SQL> select user_name, audit_option, success, failure from dba_stmt_audit_opts.; 3. Take the corresponding information from the data dictionary SQL> Select Username, Action_Name, TimeStamp, Returncode from DBA_AUDIT_TRAIL;
2. SQL> Audit Create Table by Scott WHENEVER SUCCESSFUL; Audit successmeded.
NLSBEGIN DBMS.SESSION.SET_NLS ('NLS_DATE_FORMAT', 'RRRR / MM / DD') end; /
INTERSOFT Webcom for .NET is indeed a good drop-down list control, but I found that there is always an error message when I use it in 2003. How to solve this problem We can add a corresponding MIME type for Webcom.net in IIS settings. solve.
Open the IIS information service, right-click the default website to find the MIME type in the HTTP header to add the following information:
Extension: .jse MIME Type: Application / X-JavaScript
Recently, the system report we developed has adopted the user's Cell report plugin. If you want to use it in 2003, you also need to add the following MIME type to solve
Extension: .cll Mime Type: Application / OcTet-stream