Dated: December 10, 2004
Q) Is there an Oracle control panel?
Yes there is. There is a reseller-level control panel that allows resellers to create end-user oracle accounts. The end-user control panel allows reseller end-users and our direct customers to manage their databases and perform basic tasks like creating new tables, fields, running queries, etc. However we do recommend customers to use SQL*Plus to manage their databases.
Q) I am a direct JodoHost customer, what charges are involved in using Oracle?
Our Windows and Linux packages include Oracle 10g and a certain number of users and tablespace. You'd only have to pay a $15/year fee to setup an oracle account to use those resources. You can buy additional oracle accounts, tablespace and users as defined in the add-on pricing.
Q) What charges are involved in reselling Oracle?
You'll be billed $15/Year for each Oracle account you setup. You are encouraged to pass this on to your customers. A certain amount of Oracle tablespace and users come free with each reseller plan. When you create end-user accounts from your Oracle Reseller CP, you can specify how many users and how much tablespace to give each customer. if you need more, you can either upgrade or purchase additional add-ons. We do offer special discount pricing for bulk purchase of oracle resources
Q) What is TableSpace and Users?
Tablespace is the amount of disk space you get on the oracle database server to create tables and store data. Oracle users are like database users for any database server such as MySQL. Normally, one user is sufficient to full-fill the requirements of a standard web application. Additional users and their rights over your tablespace can be created and modified from the end-user control panel
Q) How could I access my Oracle 10g database from the web server?
We support both the Oracle and Microsoft database drivers for Oracle 10g. Customers could use dsn-less connections (using for example the microsoft OLEDB oracle driver or Oracle Provider for OLEDB) or use a DSN (must be manually created, please open a ticket). An example of an Oracle connection string would be:
Q) Is there an Oracle control panel?
Yes there is. There is a reseller-level control panel that allows resellers to create end-user oracle accounts. The end-user control panel allows reseller end-users and our direct customers to manage their databases and perform basic tasks like creating new tables, fields, running queries, etc. However we do recommend customers to use SQL*Plus to manage their databases.
Q) I am a direct JodoHost customer, what charges are involved in using Oracle?
Our Windows and Linux packages include Oracle 10g and a certain number of users and tablespace. You'd only have to pay a $15/year fee to setup an oracle account to use those resources. You can buy additional oracle accounts, tablespace and users as defined in the add-on pricing.
Q) What charges are involved in reselling Oracle?
You'll be billed $15/Year for each Oracle account you setup. You are encouraged to pass this on to your customers. A certain amount of Oracle tablespace and users come free with each reseller plan. When you create end-user accounts from your Oracle Reseller CP, you can specify how many users and how much tablespace to give each customer. if you need more, you can either upgrade or purchase additional add-ons. We do offer special discount pricing for bulk purchase of oracle resources
Q) What is TableSpace and Users?
Tablespace is the amount of disk space you get on the oracle database server to create tables and store data. Oracle users are like database users for any database server such as MySQL. Normally, one user is sufficient to full-fill the requirements of a standard web application. Additional users and their rights over your tablespace can be created and modified from the end-user control panel
Q) How could I access my Oracle 10g database from the web server?
We support both the Oracle and Microsoft database drivers for Oracle 10g. Customers could use dsn-less connections (using for example the microsoft OLEDB oracle driver or Oracle Provider for OLEDB) or use a DSN (must be manually created, please open a ticket). An example of an Oracle connection string would be:
Code:
Provider=OraOleDb.Oracle.1;Password=yourpassword;Persist Security Info=True;User ID=yourusername;Data Source=
(DESCRIPTION =(ADDRESS=(PROTOCOL=TCP)(HOST=8.10.3.98)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=JODO))