TAILIEUCHUNG - Oracle Database 10g The Complete Reference phần 9

Tham khảo tài liệu 'oracle database 10g the complete reference phần 9', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | CONNECT BY 1063 CONDITION A condition is an expression whose value evaluates to either TRUE or FALSE such as Age 65. CONNECT Form l SQL Plus SEE ALSO COMMIT DISCONNECT Chapter 23 FORMAT HSgjL. CON NECT user password @connect_identifier AS SYSOPER SYSDBA DESCRIPTION You must be in SQL Plus to use this command although you don t need to be logged onto Oracle see DISCONNECT . CONNECT commits any pending changes logs you off of Oracle and logs on as the specified user. If the password is absent you are prompted for it. It is not displayed when you type it in response to a prompt. @connect_identifier connects to the named database. It may be on your host or on another computer connected via Oracle Net. CONNECT Form 2 Embedded SQL SEE ALSO COMMIT DECLARE DATABASE Chapter 23 FORMAT . EXEC SQL CONNECT user IDENTIFIED BY user_password AT database host_variable USING connect_string ALTER AUTHORIZATION new_password IN SYSDBA SYSOPER MODE DESCRIPTION CONNECT connects a host program to a local or remote database. It may be used more than once to connect to multiple databases. user_password is a host variable that contains the Oracle username and password separated by a slash . Alternatively user and password can be entered separately by using the second format. AT is used to name a database other than the default for this user. It is a required clause to reach any databases other than the user s default database. This name can be used later in other SQL statements with AT. This database must be first identified with DECLARE DATABASE. USING specifies an optional Oracle Net string such as a service name used during the CONNECT operation. Without the USING string you will be connected to the user s default database regardless of the database named in the AT line. CONNECT BY SEE ALSO Chapter 14 FORMAT SELECT expression expression . FROM user. table WHERE condition CONNECT BY PRIOR expression PRIOR expression START WITH expression expression ORDER BY expression 1064 Part

TÀI LIỆU LIÊN QUAN
TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.