Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cloud Account Failing to create

ReiserFSOct 15 2021

I am trying to do the Become an OCI Foundations Associate course but cant pass the firs module since the Cloud Account is not being created.
I have used 5 different cards, all cards got U$1,00 charged then refunded, so the cards are working, but when i click to agreed and start i got
Error processing transaction:
It was not possible to complete your registration. Common registration errors occur because of: (a) Use of prepaid cards. Oracle only accepts credit and debit cards (b) Intentional or unintentional masking of location or identity information (c) Incomplete or incorrect account data entry. Please try again if this applies to you. Otherwise, contact Oracle Customer Support.

Tried with 2 physical credit cards, 1 physical debit card, 1 physical pre paid card and 1 virtual credit card. All cards got charged with 1USD.
What is wrong?

Comments

CloudDB
YES

You can directly connect using jdbc thin method without install the oracle client in your local.

SQL Developer's default connection to the database is using the thin JDBC driver.
Defaulting to using the JDBC thin driver means there is no requirement for an Oracle
client install minimizing the configuration and footprint.

http://www.oracle.com/technetwork/developer-tools/sql-developer/what-is-sqldev-093866.html

Edited by: hitgon on Jan 2, 2013 5:36 PM
Reddy G
Thanks for ur replay..

can you tell me what information i need to provide for JDBC...in SQL developer I can see Custom JDBC URL option in Advanced part..
is there doc which will provide the step by step..
Jim Smith
Youdon't need to use the Advanced connection, Basic connection is sufficient.

You just need to provide a host, port number (probably 1521), and a SID or SERVICE. You can get these from the tnsnames file if you have one or from your DBA.
1 - 3

Post Details

Added on Oct 15 2021
58 comments
66,882 views