Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How To Create an Oracle Database Manually
How To Create an Oracle Database Manually? - Oracle DBA FAQ - Creating New Database Instance Manually
✍: FYIcenter.com
Based on Oracle's Administrator Guide, there are 11 steps to create a database with the CREATE DATABASE statement:
Other items in this FAQ collection will follow those steps to help you creating a new database manually from beginning to end.
2007-04-22, 4638👍, 0💬
Popular Posts:
What is effort variance? Effort Variance = (Actual effort – Estimated Effort) / Estimated Effort.
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
How to create a thread in a program? You have two ways to do so. First, making your class "extends" ...
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...