This project is archived and is in readonly mode.
Make script/dbconsole work with oracle
Reported by Edgars Beigarts | January 22nd, 2010 @ 09:20 PM | in 3.0.2
$ script/dbconsole
SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jan 22 23:17:52 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Enter password:
$ script/dbconsole -p
SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jan 22 23:17:03 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
SQL>
Comments and changes to this ticket
-
Rizwan Reza March 26th, 2010 @ 12:40 PM
- Milestone cleared.
- State changed from new to verified
- Assigned user set to José Valim
+1
Applies cleanly.
-
Repository March 26th, 2010 @ 02:54 PM
- State changed from verified to resolved
(from [0848c862f098d5fcaa0e11f979a4ce4a2139f6c0]) Make script/dbconsole work with oracle (sqlplus [/][@<connect_identifier>]) [#3773 state:resolved] http://github.com/rails/rails/commit/0848c862f098d5fcaa0e11f979a4ce...
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3773 Make script/dbconsole work with oracle (from [0848c862f098d5fcaa0e11f979a4ce4a2139f6c0]) Make sc...