Currently, you cannot access Oracle from our control panel. However, you may access Oracle from your Oracle client to create database objects. You can also ssh in to your shell and use sqlplus with the following syntax sqlplus yourusername/password@DBNAME to create object and connect to the database.
- 0 Els usuaris han Trobat Això Útil
Articles Relacionats
In order to use your hosting servie I would need to be able to automate the daily import of data. What options are available for loading data into the database? Can we use: sql loader? the Oracle import (imp) utility? external tables?
You can use sql loader, import or data pump utility.
How do I calculate tables size in Oracle?
select blocks, empty_blocks, num_freelist_blocksfrom all_tableswhere owner =...
Do provide the ability to use the UTL_SMTP, or UTL_HTTP packages?
Yes, any of our packages that includes DAD, pl/sql pr PSP support has ability to use...
Do you backup my Oracle Database? How often?
Your Oracle database is backed up daily and you can ONLY go back 7 days to restore your data....
Can I import database? How?
Yes you can. If performing from your PC: make sure to copy & paste connection string that...