问题标签 [oracle11g]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oracle - Is it possible to create an Oracle 11g database using an Oracle 10g ASM instance?
Is it possible to create an Oracle 11g database using an Oracle 10g ASM instance?
c# - 水晶报告问题 + Oracle
我已经构建了连接到 Oracle 并使用水晶报告制作一些报告的 C# 程序。在我的计算机上它工作得很好(当我绑定到我的 Oracle 时)但是当我在其他计算机上运行我的程序时 - 程序工作并且我在屏幕上看到数据,但是当我尝试用水晶报告查看报告时我得到错误(与 Oracle 的连接出现问题)为什么会出现此错误?连接良好,我在屏幕上看到来自 Oracle 的数据(在我的程序中)
(我在 C# VS2008、Oracle 11g 中的程序)
提前致谢
oracle - 如果我删除一个表并且该表不存在,我会收到一个错误
我需要放下一张桌子并制作一张新桌子。如果我删除表并且表不存在,我会收到错误
如何检查表是否存在?
我正在开发 Oracle 11g
提前致谢。
oracle - Table-Valued Functions in ORACLE 11g ? ( parameterized views )
I've seen discussions about this in the past, such as here. But I'm wondering if somewhere along the line, maybe 10g or 11g (we are using 11g), ORACLE has introduced any better support for "parameterized views", without needing to litter the database with all sorts of user-defined types and/or cursor definitions or sys_context variables all over.
I'm hoping maybe ORACLE's added support for something that simply "just works", as per the following example in T-SQL:
Then just selecting it as so:
c# - C# 使用 VARRAY 参数调用 Oracle 11g 过程
我如何从 ASP.NET 调用接受 VArray 的 Oracle 包中的存储过程。VArray 将传递存储过程将用于修改适当记录的键列表。我知道我可以在单独的调用中发送密钥或发送分隔列表,但我宁愿使用数组。
java - 在 JDBC 连接上切换用户
我正在编写一个连接到 Oracle 11g 数据库并使用 c3p0 连接池的 Java JDBC 数据库应用程序。出于示例的目的,我有 3 个数据库用户 DEFAULT、TOM 和 BILL。c3p0 使用 DEFAULT 数据库用户打开所有池连接。我想从 c3p0 中检索一个池连接,并将连接的用户更改为 BILL 而不是 DEFAULT。是否可以在不与数据库建立新连接的情况下在 JDBC 中执行此操作?
我已经尝试过执行以下操作:
但这不起作用。我收到一条错误消息
还有其他选择吗?是否与上下文设置或切换有关,可以促进我正在尝试做的事情?
谢谢!
oracle - Oracle WebCenter 中的 WSRP Portlet:未加载从 CSS 文件引用的图像
如果 WSRP portlet 显示的 jsp 页面引用了引用图像的 css 文件,则无法加载图像,因为无法找到 css 中的 url。css 中的 url 是一个相对的:../images/image.gif。
我的问题的详细信息
我开发了一个 JSR168 portlet(Java Portlet Standard),我想将它部署到 Oracle WebCenter 11g(在其他 JSR 投诉门户服务器中)
我的 portlet 显示了一个引用 css 文件的 jsp,而这个 css 引用了一些图像。所有这些资源(图像、css、jsps 等)都包含在我的 portlet 的 war 文件中。
当我在 WebCenter 页面中加载 portlet 时,css 文件已正确加载,但此 css 文件引用的图像却没有。
The reason is that to generate the css, WebCenter generates a long url: http://localhost:8888/webcenter/resourceproxy/~.portletId~3D~252Foracle~252Fadf~252Fportlet~252FscopedMD~252Fs8bba98ff_4cbb_40b8_beee_296c916a23ed~252Fportlets~252Fclients3_366e85fa_e823_48ac_b37a_9890375111ab~26clientId .. . (它的方式更长)
但是在这个 css 文件中,有图像的相对路径。当浏览器尝试加载它们时,网址是: http://localhost:8888/webcenter/resourceproxy/img/sprite.png 不存在。
我该怎么做才能使 WebCenter 正确加载我的 css 文件中的图像?
我如何将我的 portlet 部署到 Oracle WebCenter 中我对此进行了解释,以防我应该以不同的方式进行。
我通过执行 java -jar wsrp-predeploy.jar 源 EAR 目标 EAR 将我的 portlet 转换为 WSRP portlet,如http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e12405/wcadm_portlet_prod 中所述。 htm#CHDECJHI )
我使用 WebLogic 控制台将它部署到 WebLogic 中。
我使用 Enterprise Manager 11g Fusion MiddleWare Control 注册了一个 Portlet Producer。
我将 portlet 添加到 WebCenter Spaces 的主页
我的环境
WebCenter 套件 (11.1.1.2.0) + WebLogic Server (10.3.2) SO:Windows XP SP3
在此先感谢您的时间。
oracle - 将 JSR 286 portlet 部署到 WebLogic+WebCenter 11g 时出现异常
在将 JSR 286 portlet 部署到 Oracle WebLogic Server 11g(稍后在 Oracle WebCenter 11g 中部署)时出现以下异常:
错误消息是西班牙语。它的意思是:
“处理文件时出错”/WEB-INF/portlet.xml 第 6 行第 68 列”
我的 portlet 的 portlet.xml 似乎是正确的,我已经将它部署在其他门户服务器中。所以我不明白错误信息。
这是我的 portlet 的 portlet.xml(eclipse XML 验证器说它是一个有效的 XML)
如何部署我的 portlet
- 我通过执行 java -jar wsrp-predeploy.jar 源 EAR 目标 EAR 将我的 portlet 转换为 WSRP portlet,如http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e12405/wcadm_portlet_prod 中所述。 htm#CHDECJHI )
- 我尝试使用 WebLogic 控制台将其部署到 WebLogic 中,但出现此异常。
我的环境
从 oracle.com 下载的 WebCenter Suite (11.1.1.2.0) + WebLogic Server (10.3.2)。默认配置
所以:Windows XP SP3
在此先感谢您的时间。
asp.net - Generating UUids in a web farm environment
I am planning on using sequential guids as primary keys/uuids as detailed in the post below
What are the performance improvement of Sequential Guid over standard Guid?
I am wondering if there are any gotchas as far as generating these guids across multiple web servers in a web farm environment. I suspect the chances of collision are impossibly low but the fact that the mac address of the web server/timestamp would doubtless be involved in generating these guids gives me pause. I wonder if the possibility exists in a high traffic website the ordering would be messed up and the benefit of using sequential guids might be lost.
Please let me know what your experience is.
For what it is worth, my environment is ASP.NET 3.5, IIS 7 using Oracle 11g. Incidentally, what is the data type I should use for guids in Oracle? I know that Sql Server has "uniqueidentifier"
Thanks for your advice -Venu
oracle - 什么是最轻量级的 oracle 版本?
我想在一台很弱的电脑上安装 oracle 11g 来学习。什么是最轻量级的 oracle 版本?是特快版吗?
提前致谢