Oracle SQL Developer not able to detect services in oracle wallet - oracle

We are using Oracle wallet to connect to Cloud database which works fine for one instance. We also have on-prem database where the wallet was provided by the customer and when I select the wallet the service names are not detected. Does that show that there is an issue with the cwallet.sso & ewallet.p12 files provided by the customer. We are using 19.2 SQL Developer.

Related

How to get Oracle Wallet Manager for Windows 10

I want to install Oracle Wallet Manager for Windows 10 and for Oracle Database 11.2.
When I download the corresponding version of Oracle Client, I don't see the Oracle Wallet Manager OWM or orapki being part of the download (https://www.oracle.com/in/database/technologies/instant-client/winx64-64-downloads.html)
I don't have the database installed on my Windows machine.
My requirement is to connect to Oracle 11.2 database which is in cloud from a Java program running in Windows PC. I would like to connect to the database from credentials stored in Wallet. (Java program will not need to store database credentials).
The wallet tools are on the full client and on the database server, not on the instant-client.
https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/nt/oracle19c/193000/WINDOWS.X64_193000_client_home.zip

How to identify the Oracle SID or Service Name on Oracle Server Database on Azure

I have created an Oracle Server and Database on Microsoft Azure.
I have used Oracle before.
Can someone take a look at the attached image and let me know how to get either the SID or the Service Name on an Orcale Server / Database in Azure

Connect JDeveloper application to Oracle Live SQL

I am new to ADF/JDeveloper. I'd like to configure my ADF Web application to Oracle Live Server, since I'm using a Mac computer, which are not supported by Oracle's database distribution, I have tried to use Oracle VM but it freezes my Mac.
Needs information on database configuration panel are:
Host name
JDBBC port
SID
Oracle does not provide database connection information for the database behind livesql.oracle.com. If you want your own cloud database, you should look into setting up an Oracle Cloud Free Tier database. If you configure your database using the Always Free options, you should be able to have your database around for free forever.

How to connect apex user with oracle sqldeveloper

I create new user in Apex 19. I want to connect apex user with oracle sqldeveloper. I have oracle database 12c and Apex 19 Installed.
Anyone know how to connect?
Thanks
You can't connect to an APEX user via SQL Developer. You need to use/create a database schema account.
You can create database accounts by first connecting to your database using a DBA account (e.g. SYSTEM or SYS). Alternatively, if your APEX workspace was created using the defaults it may have created a database schema account as well, so if you know its password you may be able to connect to it via SQL Developer as well.
Connect as you connect to any other user - provide its username and password.
Apex is installed into the database (it is yet another user in there)
I presume you created a new database user via Apex, while mapping workspace to a database schema
if you chose "New", Apex created a new database user for you - that's the one you want to connect to, right?
as you know its username (you set it) as well as its password, use those credentials in SQL Developer

Use Oracle Wallet without installing the Oracle Client

I am using OCI lib to connect a client application to Oracle database. I would like to use Wallet to store the keys but it looks like the only way to store the key in Wallet is by using mkstore or orapki.
Those tools are available when installing Oracle Client but I don't want my customers to download Oracle Client on their machine.
Is there any way that I can create and store the credentials in a Wallet without installing Oracle Client? Can I redistribute orapki or mkstore? Is there any API?

Resources