Skip to Main Content

APEX

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!

Configure Wallet to use web services in APEX (SSL - Oracle 12c) - ORA-29019

1704532Feb 5 2016 — edited Feb 5 2016

Hi everybody,

My database has been recently upgraded to 12c. APEX has been also upgraded to version 5. I need to configure using of web services in my APEX site. SSL protocole is enabled to access to my site. I create a wallet in order to define new web services. All steps of the configurations succeeded except the test:

cd <directory_to_create_wallet>

mkdir wallets


orapki wallet create -wallet <directory>/wallets -pwd Walletapex448 -auto_login

orapki wallet add -wallet <directory>/wallets -trusted_cert -cert "/M96SAN1A/progiciel/oracle/product/middleware/user_projects/domains/base_domain/certs/root.cer" -pwd Walletapex448

-- Tester que ça fonctionne

sqlplus
sys as sysdba

select utl_http.request('https://<host>:7002/apex/ws_outils/instances', NULL,'file:/M96SAN1A/progiciel/oracle/product/middleware/user_projects/domains/base_domain/wallets','Walletapex448') from dual;

ERREUR à la ligne 1 :

ORA-29273: échec de demande HTTP

ORA-29019: La version de protocole est incorrecte.

ORA-06512: à "SYS.UTL_HTTP", ligne 1491

ORA-06512: à ligne 1

Any help is welcome.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2016
Added on Feb 5 2016
1 comment
1,067 views