Skip to Main Content

Oracle Database Discussions

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!

Oracle Wallet

Arif2018Feb 20 2021

I am trying to consume third party webservices provided by one of our vendors which has https url. In order to consume this i need to setup oracle wallet and ACL on my Oracle DB which is on windows server. Can anyone help me in providing the steps.i tired the following by creating the folder in home directory of oracle.Adding the path in sql net.ora and then while issuing the command i am getting this error.
[code]
WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA =
(DIRECTORY = D:\app\administrator\product\12.1.0\dbhome_1\Wallet)
)
)
SQLNET.WALLET_OVERRIDE = TRUE
SSL_CLIENT_AUTHENTICATION = FALSE
SSL_VERSION = 0
--message i am getting while issuing the command.

D:\app\administrator\product\12.1.0\dbhome_1\Wallet>mkstore -wrl/d:/app/administrator/product/12.1.0/dbhome_1/Wallet -create
Oracle Secret Store Tool : Version 12.1.0.2
Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.

No wallet location specified.
mkstore [-wrl wrl] [-create] [-createSSO] [-createLSSO] [-createALO] [-delete] [-deleteSSO] [-list] [-createEntry alias secret] [-viewEntry alias] [-modifyEntry alias secret] [-deleteEntry alias] [-createCredential connect_string username password] [-listCredential] [-modifyCredential connect_string username password] [-deleteCredential connect_str
ing] [-help] [-nologo]
D:\app\administrator\product\12.1.0\dbhome_1\Wallet>
[/code]

Comments

843842
Does (or will ) JSF support drag and drop facilities.
To get the answer to what you're really asking here, you will need to be more specific by what you mean. Here are some potential "what you mean" assumptions, and the answers.

* Will there be development tools supporting drag and drop
of components onto a design palette? Yes -- among others,
Sun Java Studio Creator (formerly known as "Project Rave")
behaves in exactly this way.

* Do any of the standard components that ship with JavaServer
Faces use DHTML for client side drag and drop behavior?
No ... the focus for 1.0 was getting the basic APIs right, and
providing a minimal set of components that are guaranteed to
be portable. That portable set can be increased in later versions.

* Can one create JavaServer Faces components that use DHTML
for client side drag and drop behavior? Yes ... a renderer can
create anything it wants, including the appropriate DHTML and
JavaScript code to enable this feature.

Craig McClanahan
843842
Hi
* Can one create JavaServer Faces components that use DHTML
for client side drag and drop behavior? Yes ... a renderer can
create anything it wants, including the appropriate DHTML and
JavaScript code to enable this feature.
We need to create a web application with some drag&Drop support.

we try prototyping a Struts, openRico and some javascript code.
But the code is very very bad !

We need to add dragable ( and droppable ) action to some components.

Do you have some solution with jsf

Thanks
Christophe
1 - 2

Post Details

Added on Feb 20 2021
4 comments
720 views