Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 5098👍, 0💬
Popular Posts:
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...
How To List All Values of Submitted Fields? - PHP Script Tips - Processing Web Forms If you want lis...
Who Developed HTML? HTML was originally developed by Tim Berners-Lee while at CERN, and popularized ...
Can a variable be both const and volatile? Yes. The const modifier means that this code cannot chang...
How To Enter a New Row into a Table Interactively? - Oracle DBA FAQ - Introduction to Oracle SQL Dev...