SQL Plus: Difference between revisions

Content deleted Content added
added history, afiedt.buf and compatibility
Line 5:
==Versions==
 
'''===UFI'''===
 
SQL*Plus's predecessor was called UFI (User Friendly Interface). UFI was included in the first Oracle database releases up to Oracle v4.
 
The UFI interface was extremely primitive and, in today's terms, anything but user friendly. If a statement was entered incorrectly, UFI issued an error and rolled back the entire transaction.
UFI was included in the first Oracle database releases up to Oracle v4.
 
'''===Advanced UFI'''===
The UFI interface was extremely primitive and, in today's terms,
anything but user friendly. If a statement was entered incorrectly,
UFI issued an error and rolled back the entire transaction (ugggh).
 
'''Advanced UFI'''
 
After new features were added to UFI, it was renamed internally to Advanced UFI. The name "Advanced UFI" was never used officially, as the name was changed to SQL*Plus before this version was released.
 
'''===SQL*Plus'''===
SQL*Plus is the current name of the product.
 
==afiedt.buf file==