SQL Plus: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m History: WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (9985)
Oracle 11g: It is untrue to state CONNECT INTERNAL was usable in sqlplus Oracle 7 or to state CONNECT / AS SYSDBA was introduced in 8i
Line 138:
=== Oracle 11g ===
Starting from Oracle database 11g, iSqlplus (web based) and sqlplus graphical GUI no longer ship with Oracle database software.<ref>[http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/whatsnew.htm#BGGBABGJ Deprecated Components in Oracle Database 11g Release 1 (11.1)], retrieve by 25-Jun-2009</ref>
The command-line SQL*Plus interface continues in use, mostly{{Citation needed|date=July 2009}} for non-interactive scripting or for administrative purposes. (<code>connectThe internal</code>Server beforeManager OracleCommand Line -a replacement of SQL*DBA- is obsolete and SQL*plus 8i; and later allows the user to issue statements like STARTUP and SHUTDOWN when connected as SYSDBA. Server Manager 7.1 introduced the command CONNECT / AS SYSDBA to replace CONNECT INTERNAL<coderef>sqlplus [http://docs.oracle.com/cd/A57673_01/DOC/server/doc/SAD73/ch1.htm#selectmethod]Oracle as7 sysdbadoc, 1994</coderef>. SQL*plus 8i and later). allows the use of CONNECT / AS SYSDBA
 
==Compatibility==