问题标签 [oracle-apex-5.1]

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.

0 投票
2 回答
4071 浏览

oracle-apex - Oracle APEX 5.1.2 中的交互式网格 (IG) ORA-01403 错误

我该如何克服这个 {Ajax 调用返回服务器错误 ORA-01403: no data found for} 问题?问题出现了,当我想在 IG 中设置 Order_Status_Field 值 2 时,查询是 Order_Status_Id=1。

我的 IG 查询是:

我的工作区名称:紫山

用户:ZISHANIIUC@GMAIL.COM

通过:123

问题页码:3(订单报告)

1. 更新订单状态前: 在此处输入图像描述

2.更新订单状态后: 在此处输入图像描述

0 投票
1 回答
5094 浏览

oracle - APEX 架构用户需要哪些权限?

在 Oracle Application Express 中,您可以创建一个工作区,选择创建一个新的数据库模式以与该工作区关联。还有一个“重用”模式的选项。

如果您重用在创建另一个工作空间的过程中创建的模式,很明显一切都会好起来的。

但是,如果我想使用我曾经创建的现有模式之一怎么办。应如何准备此数据库架构以供 APEX 工作区使用?应该给予什么特权以及给谁?

第二个问题 - 如果我的所有 PL/SQL 代码都在现有架构code中,应该授予哪些权限以及授予谁以便能够通过我的工作区中的 APEX 应用程序使用此架构中的包?

0 投票
2 回答
3093 浏览

oracle-apex - APEX - 如何根据页面上项目的值调用存储过程

类似的问题已经在此处使用动态操作被提及、描述和解决,但我仍然无法在我的情况下实现它。

我有一个表单(自动创建但页面创建者)来更改远程数据库中的密码。共有三个项目

  • 登录:P15_UNAME(选择列表)LOV
  • 新密码:P15_NEW(密码)
  • 按钮执行:提交(按钮)。

Button 触发一个简单的存储过程:

不幸的是,存储过程不会调用登录名和密码的选择/键入值。我可能应该使用动态操作,但不知道如何同时调用存储过程和动态。你能给我一些提示吗?

K。

0 投票
1 回答
1909 浏览

oracle - Oracle APEX 5.0 to 5.1 up gradation XS$ACE_TYPE 必须声明

我想将 Oracle APEX 5.0 升级到 5.1。在访问控制阶段,oracle数据库11gR2出现错误。

XS$ACE_TYPE 中显示以下错误

0 投票
1 回答
352 浏览

oracle-apex-5.1 - 安装 ords 后自定义图像丢失

在 APEX 中使用 Apache_Tomcat 9 安装 ORDS 后,我的应用程序的所有自定义映像都丢失了。我已经在 Apache Tomcat 中配置了图像文件,方法是复制: [directory_APEX]/images To [directory_ApacheTomcat]/webapps/i

我正在等待您的帮助,在此先感谢。


信息:-APEX_Version:5.1.2,ORDS_Version:3.0.11,ORACLE_DB_Version:11.2

0 投票
1 回答
436 浏览

oracle - Oracle Apex:如何将字段值传递到报表布局 xml?

我创建了一个交互式报表,该报表使用在共享组件中自定义的报表布局(报表布局)进行打印。

我如何将字段值(例如:P16_AGE)放入打印页面/报告布局中?

这就是我在通用代码中所拥有的,它不适用于 &P16_AGE。甚至不适用于 :APP_USER

0 投票
1 回答
984 浏览

oracle - 调用 Oracle Apex 页面并从表单 12 自动登录

我安装了 Oracle APEX 5.1 和 Oracle Forms 6i。

现在我想知道如何从我的表单菜单中调用 Oracle APEX 应用程序。

我正在寻找的是一个函数,它将接受参数username,password, aplication ID, ...并将完整的 URL 返回到应用程序。

这是可能的/最好的方法吗?

0 投票
1 回答
1635 浏览

oracle - 如何翻译或覆盖 Oracle APEX 中的标准文本字符串?

最标准的 APEX 组件上有一些文字。我需要做的是将这些标签翻译覆盖为我的母语。

我需要替换的文本:

  • 错误消息(验证失败时的内联通知消息、错误页面和错误弹出窗口)
  • 标准按钮上的标签(例如,有按钮OKCancel当你触发apex.confirmjavascript 方法时)。
  • 操作菜单、搜索栏等中的标签,您可以在不同的报告中看到这些标签。
  • Filter..单击报告列时可以看到的标签。
  • 不同的通知。

也许我忘记了什么。一般来说,我需要知道如何覆盖标准文本字符串以及在哪里。

0 投票
1 回答
716 浏览

tomcat - 在不破坏现有应用程序的情况下升级 Tomcat 版本

我安装了 Tomcat 8.5.15,我需要将其升级到 8.5.16 以匹配所有其他环境。根据我的阅读,只要使用正确的参数更新配置文件,就可以使用单声道版本更新执行就地升级。

Tomcat 文档指出:

我运行了 tomcat 提供的工具来查看差异,看起来这不是问题,但我担心当前托管在 Tomcat 上的 Web 应用程序会在升级过程中中断吗?

我特别担心 APEX ORDS 申请

0 投票
1 回答
1793 浏览

oracle - POST /apex/wwv_flow.ajax returns with 404 (Not found) on pages submit and load

In the middle of development process of an application in Oracle APEX I started to get really weird 404 (Not Found) exceptions from APEX engine.

Sometimes APEX responds 404 (Not Found) on different actions. Points where I can get these exceptions may be different:

  • When an AJAX call is made: enter image description here
  • When a modal page is submitted: enter image description here
  • When a page is changed in the App Builder: enter image description here
  • Sometimes even when a developer is logged in to the App Builder: enter image description here

The weirdest thing about all this is that this exception occurs only once in a row. For example, If I press a button to submit a page, I get the exception the first time, when I press the button the second time, everything works.

One of the examples how to reproduce the exeption with the 100% probabilty - I have a page with several interactive reports on it. Each interactive report has a link column to edit the row. When a user clicks the link, a modal window appears with a form, then they should click the button "Save". So the steps to reproduce the error:

  1. Open the page with interactive reports.
  2. Choose a row to edit, click the link column.
  3. Change anything in the modal window, click save.
  4. The error appears.
  5. Click Save again.
  6. Data is saved, modal window is closed and the report refreshed.

In the browser javascript console I see the following:

Also, I opened a discussion on OTN about the topic where I gave some additional information.