Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Trying to create a database, keep getting 'mounted' error

Started 1 month, 3 weeks ago by mrcarmine
Heres my code <html> <head> </head> <body> <?php require "./NPPDatabasecon.inc"; $res = mydb_connect(); if (!$res) echo "Connection unsuccessful!"; else { $query = "CREATE DATABASE nppshop"; $cur = mydb_exec( $res, $query); echo $query; if (!$cur) echo "Operation failed."; else...
Site: Dev Shed Forums - Open Source web development  Dev Shed Forums - Open Source web development - site profile
Forum: Oracle Development  Oracle Development - forum profile
Total authors: 3 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: devshed.com

Other posts in this thread:

debasisdas replied 1 month, 3 weeks ago
check the create database command, go through it, understand it and then try to use. http://download.oracle.com/docs/cd/B10501_01/ser ver.920/a96521/create.htm http://www.dba-oracle.com/oracle_create_database .htm

mrcarmine replied 1 month, 3 weeks ago
Quote: Originally Posted by debasisdas check the create database command, go through it, understand it and then try to use. http://download.oracle.com/docs/cd/B10501_01/ser ver.920/a96521/create.htm http://www.dba-oracle.com/oracle_create_database .htm Ive just read some of that and it cant be that complex... All I want to do is set up a ...

LKBrwn_DBA replied 1 month, 3 weeks ago
The best (and easier) way to create Oracle database is to use the Database Configuration Assistant ( dbca ) utility.

 

Top contributing authors

Name
Posts
mrcarmine
2
user's latest post:
Trying to create a database,...
Published (2009-11-04 14:10:00)
Quote: Originally Posted by debasisdas check the create database command, go through it, understand it and then try to use. http://download.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm http://www.dba-oracle.com/oracle_create_database.htm Ive just read some of that and it cant be that complex... All I want to do is set up a simple database which holds a few books using php commands. (I am using a web server which has 10g oracle...
debasisdas
1
user's latest post:
Trying to create a database,...
Published (2009-11-04 10:58:00)
check the create database command, go through it, understand it and then try to use. http://download.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm http://www.dba-oracle.com/oracle_create_database.htm
LKBrwn_DBA
1
user's latest post:
Trying to create a database,...
Published (2009-11-05 09:27:00)
The best (and easier) way to create Oracle database is to use the Database Configuration Assistant ( dbca ) utility.

Related threads on "Dev Shed Forums - Open Source web development":

Related threads on other sites:

Thread profile page for "Trying to create a database, keep getting 'mounted' error" on http://www.devshed.com. This report page is a snippet summary view from a single thread "Trying to create a database, keep getting 'mounted' error", located on the Message Board at http://www.devshed.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity