Cursor In Oracle .What is Cursor?
it is a pointer to this context area. Oracle creates context area for processing an SQL statement which contains all information about the statement.
CREATING MANUAL DATABASE
Create the following directories in a folder where u want to create database:
-- c:\oracle\admin\dbname
-- c:\oracle\oradata\dbname
-- ...