Questions tagged [wallet]
13 questions
4
votes
2 answers
Oracle Wallet Setup ORA-12578
I am having trouble setting up the Oracle Wallet on a new box connecting to a new database. I have added the following lines to my SQLNET.ORA:
SQLNET.WALLET_OVERRIDE = TRUE
WALLET_LOCATION =…
Leigh Riffel
- 23,534
- 16
- 75
- 147
2
votes
1 answer
Recover encrypted Oracle database
A client fired their DBA. He used OWM to add a wallet to their Oracle database and secure a few necessary columns of tables that they need. I can see the walled using:
orapki wallet display -wallet /opt/oracle/home/owm/root
I do not know the…
kainaw
- 1,230
- 3
- 13
- 23
2
votes
2 answers
Information on Oracle MKSTORE utility for creating wallet
I'm looking for more information about the utility MKSTORE that can be used for creating and modifying a Wallet. I would like to know things like what the -createALO option is and what the difference is between -createSSO and CreateLSSO. A link to…
Leigh Riffel
- 23,534
- 16
- 75
- 147
2
votes
1 answer
How to configure so the Oracle wallet password can be authenticated with a web based Oracle application?
Does anyone know how to configure it so that the Oracle wallet password can be authenticated with a web based Oracle application?
I’m trying to make secure LDAP connections with an Oracle web based application with secure ports. This requires that…
Kirk
- 21
- 3
2
votes
1 answer
Can a Wallet be used with SQL Developer? How?
I have a Wallet configured and working fine for SQLPlus. Is there a way to make it work with SQL Developer?
Leigh Riffel
- 23,534
- 16
- 75
- 147
1
vote
2 answers
Wallet open failed
I have a oracle server installed in a machine and e oracle client on another machine. I have created a wallet using this commands
C:\Users\MRBULL93>mkstore -wrl C:\VideoWallet -create
C:\Users\MRBULL93>mkstore -wrl C:\VideoWallet -createCredential…
MRBULL93
- 13
- 1
- 1
- 3
1
vote
0 answers
Carry forwarding token wallet concept
I'm trying to create a carry-forward wallet system.
Recharge part
I'm developing an app that has the carry forwarding token wallet concept. However, when an user recharge their wallet, an amount of the token will be credited to their wallet with an…
Amiyo Ghosh
- 11
- 3
1
vote
2 answers
How to pass Oracle Wallet auth to sh script?
I am running an Oracle DB update script that requires password. I have Oracle wallet installed. How to pass Oracle wallet to sh script so that I don't have to enter password when running the script?
I have my sqlnet.ora…
Stepan
- 213
- 1
- 11
1
vote
1 answer
Oracle Wallet Error in Red Hat High Availability Resource
Environment: Running Red Hat 7.2, using Pacemaker 1.1.13-10.el7_2.2 and Corosync 2.3.4-7.el7_2.1 to implement cluster failover of an Oracle 12c Enterprise Edition Release 12.1.0.2.0 Database.
Background: When I start the database outside the…
Derek_6424246
- 121
- 4
0
votes
1 answer
logon denied for oracle wallet user
Following a video tutorial on oracle wallets: https://youtu.be/LLZzUNb9ALU
The db server is run from oracle's official docker container.
The steps I have done are as follows:
On server shell, ran sql plus as sysdba:
$ sqlplus / as sysdba
Created…
deostroll
- 167
- 1
- 5
0
votes
2 answers
Is it possible to limit connecting users to a schema from specific terminal or program?
I read about Oracle ACL, but on first sight, it doesn't look like it limits the access to a schema on terminal, program level. Is it even possible? I did experience such limitation once. I was connecting by sqlplus from unix box, the same box the…
Jakub P
- 155
- 1
- 1
- 8
0
votes
1 answer
How can I connect to an Oracle Autonomous Data Warehouse with a 3rd party IDE (DataGrip)?
I'm trying to connect to a Oracle Autonomous Data Warehouse database with Jetbrains DataGrip. Oracle provides me with a wallet file (a zip), with contains tnsnames.ora, a keystore, ojdbc.properties, and some other files.
I'm having a lot of trouble…
honeybees
- 3
- 2
-3
votes
1 answer
How to make it Secure?
I am building a website ( a platform ) which will have people communicate between each other and there is bound to be money transactions.
The amount of money in each customers account will be kept in Database , This can be redeemed by the customer…
ADR
- 1