Oracle SQL Plus
-
Mời các bạn tham khảo bài giảng Giáo trình Oracle SQL và PL/SQL: Chương 2 do Trần Bình Long biên soạn sau đây để bổ sung thêm kiến thức về câu lệnh truy vấn; SQL*Plus. Bài giảng phục vụ cho các bạn chuyên ngành Công nghệ thông tin và những ngành có liên quan.
2p cocacola_07 11-11-2015 113 10 Download
-
This workshop covers: Creating tables and sequences Modifying data in the tables Modifying table definitions Creating views Writing scripts containing SQL and iSQL*Plus commands Generating a simple report
14p trinh02 28-01-2013 74 4 Download
-
After completing this appendix, you should be able to do the following: Log in to SQL*Plus Edit SQL commands Format output using SQL*Plus commands Interact with script files
16p trinh02 28-01-2013 50 7 Download
-
After completing this appendix, you should be able to do the following: Describe the types of problems that are solved by using SQL to generate SQL Write a script that generates a script of DROP TABLE statements Write a script that generates a script of INSERT INTO statements
14p trinh02 28-01-2013 48 5 Download
-
In either case, the easiest way is to drop the entire tablespace that contains the datafile. The steps that are to be executed from within SQL*Plus are: 1. STARTUP MOUNT 2. For each deleted datafile, issue the command ALTER DATABASE DATAFILE ’full path of filename’ OFFLINE [DROP]; Note: You must use the DROP option if the database is in NOARCHIVELOG mode, because you cannot recover this file if you apply incomplete media recovery on it via the command ALTER DATABASE OPEN RESETLOGS. See the SQL Reference for details. 3. ALTER DATABASE OPEN; 4.
14p trinh02 28-01-2013 48 4 Download
-
Oracle là một hệ quản trị cơ sở dữ liệu, được phát triển với những hệ thống lớn, nếu đã biết về MS SQL thì tiếp cận Oracle sẽ rất nhanh, qua quá trình tự tìm hiểu tôi có viết ra một tài liệu về Oracle cơ bản cho người mới bắt đầu làm quen với các câu lệnh sql plus trong Oracle.
10p hieukent90 12-12-2012 780 69 Download
-
Oracle Built−in Packages- P1: Ah, for the good old days of Version 1.0 of PL /SQL! Life was so simple then. No stored procedures or functions and certainly no packages. You had your set of built−in functions, like SUBSTR and TO_DATE. You had the IF statement and various kinds of loops. With these tools at hand, you built your batch−processing scripts for execution in SQL*Plus, and you coded your triggers in SQL*Forms 3.0, and you went home at night content with a good day's work done.
5p xmen135 03-12-2010 71 5 Download
-
CÁC CÔNG CỤ QUẢN TRỊ ORACLE 1.1.CÁC CÔNG CỤ QUẢN TRỊ CƠ SỞ DỮ LIỆU ORACLE Oracle hiện tại đã cung cấp rất nhiều công cụ cho phép quản trị cơ sở dữ liệu. Có thể kể ra sau đây một số công cụ cơ bản sau: Công cụ Diễn giải Server Manager Line Công cụ quản trị cơ sở dữ liệu Oracle theo chế độ dòng lệnh như Mode start (khởi động), shutdown (dừng) database,... SQL*Plus Line Mode Oracle Manager Đây là một tiện ích sử dụng cho việc công quản trị như starting up, shutting down, hoặc phục hồi database. Enterprise Là...
6p hangkute_1 27-08-2010 550 116 Download
-
Using Password File Authentication This section describes how to authenticate an administrative user
Using Password File Authentication This section describes how to authenticate an administrative user using password file authentication.
5p luavitradong 15-05-2010 84 4 Download