I've been looking into Oracle wallet and the interaction with sqlcl. While I was looking at the output fromSHOW ALL+I noticed a line statingNo Wallet location defined...so, I tried the following:SQL> SET walletUsage: set wallet <PATH TO WALLET>OK, lets try setting it Note: using wallet connect syntax, connecting to a remote db needs the custom URL syntax of "/#jdbc:oracle:oci8:#remotedb", whereas local does not.:E:\Oracle>sql /#xe SQLcl: Release 4.2.0 Production on Sun Oct 02 17:27:55 2016 Copyright (c) 1982, 2016, Oracle. All rights reserved. Dont forget to attend Oracle OpenWorld September 18 to 22, 2016 Connected to:Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production SQL> SHOW walletNo Wallet location defined SQL> SET wallet \oracle\walletOct 02, 2016 5:28:14 PM oracle.dbtools.raptor.newscriptrunner.ScriptExecutor runSEVERE: oracle.dbtools.raptor.newscriptrunner.commands.SetWallet.handleEvent(SetWallet.java:38)java.lang.ArrayIndexOutOfBoundsException: 3 at oracle.dbtools.raptor.newscriptrunner.commands.SetWallet.handleEvent(SetWallet.java:38) at oracle.dbtools.raptor.newscriptrunner.CommandRegistry.fireListeners(CommandRegistry.java:427) at oracle.dbtools.raptor.newscriptrunner.ScriptRunner.run(ScriptRunner.java:213) at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:331) at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:221) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.process(SqlCli.java:342) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.processLine(SqlCli.java:350) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.startSQLPlus(SqlCli.java:1042) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:422) SQL> Just wondering, if I could successfully set it:. What is its intended purpose? Thanks, Gaz.
Self explanetary I guess. just doesn't work.
It sets oracle.net.wallet.location property and enables oracle.net.ssl_server_dn_match it wants a directory for your Wallet https://docs.oracle.com/middleware/1212/wls/JDBCA/oraclewallet.htm#JDBCA602
HiI have been trying this set wallet command and I get the same exception:SQL> set wallet /oracle/app/oracle/product/11.2.0/client_1/network/adminDec 21, 2016 4:43:54 PM oracle.dbtools.raptor.newscriptrunner.ScriptExecutor runSEVERE: oracle.dbtools.raptor.newscriptrunner.commands.SetWallet.handleEvent(SetWallet.java:38)java.lang.ArrayIndexOutOfBoundsException: 3 at oracle.dbtools.raptor.newscriptrunner.commands.SetWallet.handleEvent(SetWallet.java:38) at oracle.dbtools.raptor.newscriptrunner.CommandRegistry.fireListeners(CommandRegistry.java:428) at oracle.dbtools.raptor.newscriptrunner.ScriptRunner.run(ScriptRunner.java:213) at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:331) at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:221) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.process(SqlCli.java:351) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.processLine(SqlCli.java:359) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.startSQLPlus(SqlCli.java:1069) at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:431) I found that if I set it on the java command line: JAVA_OPTS="-Doracle.net.wallet_location=/oracle/app/oracle/product/11.2.0/client_1/network/admin"then it gets picked up: SQL> show walletWallet set to: /oracle/app/oracle/product/11.2.0/client_1/network/adminHow are you supposed to set this interactively? ThanksPete
Hi Pete, Use "script" command to set wallet interactively...For example:SQL> show walletNo Wallet location definedSQL> script 2 var System = Java.type("java.lang.System"); 3 System.setProperty("oracle.net.wallet_location", "/oracle/app/oracle/product/11.2.0/client_1/network/admin"); 4 /SQL> show walletWallet set to: /oracle/app/oracle/product/11.2.0/client_1/network/adminSQL> Cheers, Gaz.
Thanks Gaz.Being on the ball as usual, I am new to sqlcl and yet to get as far as using the "script" command to run JavaScript or other compatible scripting languages! RegardsPete
在本次会议中, 我们将围绕下面的两个主题展开讨论与分享: A.如何有效地与甲骨文技术支持协作来推进问题的解决?除了提交服务请求,还有其他途径来辅助用户处理问题吗?中国技术支持团队目前支持的产品有哪些?本次讲座将针对这些EBS用户最关心的话题做出简短的介绍。 B.总账模块是财务系统的核心部分,同时也是整个ERP系统数据的汇聚点。其中总账余额表单GL_Balances承载了所有财务数据。余额异常会直接影响客户的月度以及年度的结算处理,如何能够快速的修复异常数据一直都是用户们关心的问题。 本节中介绍的总账余额损坏修复脚本允许客户安全检测和/或修正其gl_balances表中损坏的实际余额数据。它旨在解决因并发问题,账户类型变化,留存收益账户更改等引起的需要修正gl_balances的问题。 通过本节的说明,帮助用户了解:1. GLBALFIX的工作原理2. 如何安装修复工具3. 如何使用修复工具4. 修复工具中常见问题解决 Recording and Presentation slides available from the link below: Presentation files for Advisor Webcast, 10-May-2018:如何与Oracle技术支持有效协作/总账余额数据修复工具概述 Copyright © 2018, Oracle. All rights reserved.Contact Us | Legal Notices and Terms of Use | Privacy StatementOracle Corporation - Worldwide Headquarters, 500 Oracle Parkway, Redwood Shores, CA 94065, United States Message was edited by: Cynthia Dong-Oracle
Q&A1.Q-period year 2017 period number 11 是指2017年的第11個月吗? A-是的,根据您的日历设置来输入期间号码。2.Q-那如果要查看2017當年的期初餘額,那period number要輸入什麼呢? A-您可以输入year = 2016, period number = 最后一个月的号码
Hi I am looking to log a SR. We are experiencing issues with Opera whereby our Detailed Availability Screen is not reconciling with House Status. Please see attached. Sean Sean ReidDeputy General ManagerThe Croke ParkJones’s Road, Dublin 3, D03 E5Y8, Ireland T: +353 1 871 4542M:+353 86 896 0698
报名方式:
请填写本邮件所附的报名表,发送给 马平ping.ma#oracle.com
甲骨文ADF圆桌交流会(高级)
北京:1月25日下午1:30
朝阳区景华南街5号 远洋光华中心C座21层21214会议室
Oracle ADF 是一个完全符合MVC架构的企业级应用开发框架,在架构的每一层,ADF都提供了同类最佳的解决方案。初学者在学习了一些ADF开发技巧之后,在实际项目中还是会遇到各种各样的问题。为此,甲骨文举办此次ADF圆桌交流会,旨在用大家的智慧解决大家的问题。
在本次免费的圆桌交流会上,我们将向您介绍以下内容:
目前JDeveloper & ADF 中文论坛上都有哪些问题?有哪些好的解决方案?
如何使用和定制化ADF Tree组件?如何使用ADF Task Flow?如何使用ADF Security?
________________________________________
议程安排:
1:15 签到
1:30 总结和讨论目前JDeveloper & ADF 中文论坛坛中的热点问题。
2:00 ADF Tree 组件使用常见问题与解决方法。
3:00 ADF Taskflow 组件使用常见问题与解决方法。
4:00 ADF Security 设计与实现。
________________________________________
场外参会人员如何参加?
请拨打4006700514,进入电话会议现场,根据语音提示输入以下信息,并告知你的姓名。
Conference Code: 5482771
Conference Password: 123456
网络会议地址:http://stconference.oracle.com
Conference ID: 会议当天现场通过电话会议公布
________________________________________
每次会议的主题是如何确定的?
您可以通过如下地址,访问JDeveloper & ADF 中文论坛,提交您所关心的问题。
http://cn.forums.oracle.com/forums/forum.jspa?forumID=1189
我们会定期整理和回答用户最关心的问题,作为下一次会议的主题。
当然,如果您有好的解决方案,我们希望您能够在论坛上与大家分享,并且欢迎您在会议中做专题阐述。
________________________________________
注意事项:
1. 本次会议面向对象:有一定ADF使用经验的开发人员。
2. 本次会议没有实验内容,以演示和讨论为主。与会者可自带笔记本电脑,会议室提供无线网络环境。
3. 因为席位有限,为保证交流效果,不能保证所有报名人员都可以参会。建议每个公司参加人数不超过3人。
4. 参会人员(包括场外参会人员)必须填写报名信息到报名表中,发送到指定邮箱,在收到“报名确认,欢迎参加。”字样的确认邮件后方可参加会议。没有通过报名而直接参会的人员,甲骨文有权拒绝其参加。
5. 如果现场效果无法满足演示要求,主讲嘉宾有权终止电话会议和网络会议。
6. 甲骨文将保留变更相应安排的权利。
帖子经 Ma Ping编辑过
10月20日在中国科学院软件园举办了OW2中国开源周。
当天演讲主题如下:
◦14:00 -- 14:35 Eucalyptus : Virtualization, Cloud, Open Source and API;
◦14:35 -- 15:10 秦小康 Citrix CloudStack 敏捷云计算解决方案分享
◦Tea Break
◦15:55 -- 16:30 朱照远: Embracing Open Source: Practices and Thoughts from Alibaba
◦16:30 -- 17:00 林强敏: 华为基于Xen开源平台构建虚拟化关键技术
◦17:00 -- 17:30 马平: Oracle ADF Essentials 社区版Java应用开发框架
我介绍了ADF Essentials。
下载地址在这里:http://dl.vmall.com/c0jq2p5imq