How can I create oracle database objects via control panel?

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 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

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...