... giao diện sau Kích mở Microsoft B4: Vào đĩa C:/Program Files xóa thư nục Microsoft SQL Server Hướng dẫn gỡ Microsoft SQL Server • Người sử dụng không nên gỡ môi trường SQL. • Trong trường ... VEMIS thì cần phải gỡ bỏ SQL sau đó cài đặt lại SQL theo đúng hướng dẫn của tài liệu Hướng dẫn cài đặt SQL. B9: Xuất hiện giao diện sau Kích chọn Microsoft SQL Server...
Ngày tải lên: 27/06/2014, 21:20
... 226–228 SQL Server Agent, scheduling jobs, 191–192 SQL Server Integration Services (SSIS), migration, 9 SQL Server Management Studio defined, 104 OEM vs., 105 Server tab of OEM vs., 107 SQL Server ... 193 “ORA-1555: snapshot too old” error, 40 Oracle PL /SQL language in. See PL /SQL skills needed for managing, 6–7 SQL Server database migration to, 9–13 SQL Server...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 4 pps
... 20466583 2080 257270 .9921 20431565 2 240 277060 .9908 2 0405 971 2400 296850 .9902 20393666 2560 316 640 .9895 20379145 2720 336430 .9884 20356415 2880 356220 .9848 20281604 3 040 376010 .9808 20199710 3200 ... for Microsoft SQL Server DBAs To see which objects are using the current memory areas, use the v$sgastat view. To get assistance in sizing the database cache, use the v$db_c...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 7 pps
... database. Summary SQL Server has system databases, such as master, msdb, model, and tempdb. Even though Oracle does not have individual system databases that match the ones in SQL Server, the platforms ... Microsoft SQL Server DBAs CHAPTER 3 Oracle Installation User Account for Installation The installer creates the ORA_DBA group automatically on the Windows platform. A standard...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 15 pps
... databases should look familiar to SQL Server DBAs. Let’s start with the SQL Server command to back up a database: backup database customer_db to disk ='E:\mssql\bkups\customer_db_02022010.bak' backup ... mode, which is similar to the SQL Server SIMPLE option, or ARCHIVELOG mode, which is like the FULL option. 128 Oracle Database Administration for Microsoft SQL Serv...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 18 pps
... table will not include any of 156 Oracle Database Administration for Microsoft SQL Server DBAs Option SQL Server Oracle Expire Part of backup job or script parameters EXPIREDATE or RETAINDAYS (number ... security blanket. SQL Server also has a couple of utilities to pull out table-level data as well as the table definitions. The bcp utility could be used copy table objects on...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 25 ppsx
... v$session_wait ## To see a SQL statement from one of the users currently active SQLPLUS> select sa .sql_ text from v$sqlarea sa, v$sqltext st, v$session s where sa .sql_ id=st .sql_ id and s .sql_ hash_value=st.hash_value ... better. 228 Oracle Database Administration for Microsoft SQL Server DBAs FIGURE 8-4. Viewing an explain plan in SQL Developer 224 Oracle Database Administra...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 26 ppsx
... that handles SQL statements, PL /SQL packages, and procedures. This can be considered similar to the SQL Server procedure cache. 236 Oracle Database Administration for Microsoft SQL Server DBAs Adjusting ... tools in SQL Server and Oracle. As we look at PL /SQL examples throughout this chapter, you will see how these are used in blocks of code. 240 Oracle Database Administ...
Ngày tải lên: 04/07/2014, 05:20
Oracle Database Administration for Microsoft SQL Server DBAs part 29 pps
... AUTONOMOUS_TRANSACTION; l_sqlcode pls_integer := NVL (errcode, SQLCODE); l_sqlerrm VARCHAR2(1000) := NVL (errmsg, SQLERRM); BEGIN INSERT INTO errlog (errcode, errmsg, prog_action, created_on, created_by) VALUES (l_sqlcode,l_sqlerrm,l_progact,SYSDATE,USER); COMMIT; EXCEPTION WHEN ... ) 266 Oracle Database Administration for Microsoft SQL Server DBAs Using DBMS Packages System packages ca...
Ngày tải lên: 04/07/2014, 05:21
Oracle Database Administration for Microsoft SQL Server DBAs part 33 pps
... The apply engine can be customized with PL /SQL procedures and functions, which 306 Oracle Database Administration for Microsoft SQL Server DBAs SQL Server has high-availability solutions that ... database link is used to connect to the target server, so the databases do not need to be identical. 304 Oracle Database Administration for Microsoft SQL Server DBAs Using Oracle S...
Ngày tải lên: 04/07/2014, 05:21