Oracle Tag Directory

Featured Oracle Questions

What is the best method to connect Oracle and DB2 DB with HIGH reliability and speed?
Hello, My company currently has 2 ERP systems: JDE (in Oracle) and another which has 3 of our divisions. The decision has been made to move the remaining 3 divisions to JDE. The other divisions currently push pricing to the 2nd ERP system from home grown Contract Systems on the System i nightly (recently upgraded [...]

Answer Question   |  May 16, 2013  1:02 PM
DB2, ERP system, JDE, Oracle
asked by:
70 pts.

Adding a star to a required field in Oracle Application Express
I have a page…in that page there is a required field I just want to add a star which highlights the field as a required. How can this be done? I am a newbie to Oracle Application Express. Please help

Answer Question   |  April 22, 2013  5:41 AM
APEX, Oracle, Oracle Application Express
asked by:
5 pts.

JDE world data archive at decommision
Hi, Has anybody had to perform this task and got any tips? Especially in the UK to comply with HMRC and other retention requirements.

Answer Question   |  April 19, 2013  11:47 AM
JDE, JDE archive
asked by:
5 pts.

Connect the D2K
I am using Oracle 10g. I installed D2K 6i. After installing D2K, I wanted to connect it with the database. I had given my username, password and server name and it is showing 12154 error. What should I do? Just send me a step by step process how to resolve it. I am using xp2. [...]

Answer Question   |  April 9, 2013  5:42 AM
D2K, Oracle 10g
asked by:
20 pts.

JDE with Robot/Schedule
Hi All, Our new E1 interface to Robot seems to have created an issue where previous EDI react jobs are not finishing in the OS and so Robot Schedule continues to think they are still running. After looking at the job log for the hung job I noticed it only created a data queue in [...]

Answer Question   |  March 7, 2013  4:00 PM
iSeries, JDE
asked by:
145 pts.

Hyperion planning
Can anyone help me to figure out the difference  between substitution variable and dynamic user variable?

Answer Question   |  March 1, 2013  9:50 AM
Hyperion, Hyperion Planning
asked by:
5 pts.

Problem connecting D2K 6i with database Oracle 11g
Steps to connect D2K 6i, with oracle database 11g.

Answer Question   |  January 11, 2013  10:19 AM
D2K, Oracle 11g, Oracle 11g Database
asked by:
v1
5 pts.

JDE A73 CUM 11 in V6R1M0
Will JDE A73 Cum 11 run in V6R1M0?

Answer Question   |  December 28, 2012  9:13 AM
AS/400 V6r1m0, JDE
asked by:
5 pts.

Automated Clustering
I work in Hyperion Planning – System 9. Each night, we run what we call a “cluster” the way we do it is we add a dummy account into our account dimension, then we refresh the database. We do this so the application and reports run faster. I was wondering if there was any way [...]

Answer Question   |  December 19, 2012  5:02 PM
Hyperion Planning, Hyperion Planning 9
asked by:
5 pts.

Code Conversion from JDE OneWorld to JDE World
We are migrating from JDE OneWorld B732 to A7.3, we have some custom objects created in OneWorld. We are migrating these objects from OneWorld to World. Do we have some tools/some helping tool to convert the code from OneWorld to World or it is only feasible manually.

Answer Question   |  December 3, 2012  12:06 PM
JDE, JDE One World
asked by:
5 pts.

create messages
How do I create messages in oracle 10g using developer 6i? 

Answer Question   |  October 21, 2012  5:17 AM
Developer Suite 10g, Oracle, Oracle 10g, Oracle 10g administration
asked by:
10 pts.

error in grid xml: each dimension must be used once and only once
Hello, I’ve got problem on one workstation with installed Hyperion version 9.2.1.0.0.002 Add-in for Excel. When we run Refresh of sheet full of HsGetValue formulas we can’t get data. It shows #NAZEV? instead numbers and popups Error window ‘Hyperion Smartview for Office’ with message “Error in grid xml: each dimension must be used once and [...]

Answer Question   |  April 19, 2012  1:52 PM
Hyperion, Microsoft Excel, XML
asked by:
5 pts.

FI – General Ledger – When do we use the F-06 Incoming Payments transactions directly in GL?
When do you post the following Transactions directly in GL? F-06 – Incoming payments F-07 – Outgoing payments FBCJ – Cash Journal posting

Answer Question   |  February 28, 2012  8:02 PM
F-06, F-07, FBCJ, GL, SAP, SAP FI
asked by:
5 pts.

webuzo to handle domains
Hi, I am an application manager representing a hosting environment. We have webuzo installed on our VPS by our host provider. Webuzo helps me to manage domains, zone files, and autoinstall a number of scripts. Does anybody have an idea about webuzo in comparison to other products?

Answer Question   |  February 28, 2012  1:06 PM
Domain, FTP, Host, webuzo, zonefiles
asked by:
5 pts.

is sql code not supported by 10g in developer 2000
is sql code is not supported by 10g in developer 2000 ???????

Answer Question   |  March 6, 2012  4:46 AM
D2K, Oracle 10g
asked by:
5 pts.

export data from local oracle database to remote mysql
I have developed a database in oracle 9i on a local computer. I want there should be a button in software label “Post Data” and after clicking button the data of my local oracle database should append to web based central database which is in mySql

Answer Question   |  November 17, 2011  11:32 AM
Developer 2000
asked by:
5 pts.

How can do iSQl*Plus login for DBA
I want to create iSQL*Plus login for DBA. How can i do this ?

Answer Question   |  March 31, 2012  4:25 PM
DBA, iSQL*Plus, SQL, SQL Plus, SQL Server
asked by:
6,315 pts.

Error Code 6300 installing Web Client
Users are having problems installing Workspace Zeroadmin web client. Sometimes they get “Unexpected status 200 (OK) returned on http://www.installengine.com/oci_range_check.txt access check”. I’ve instructed users to log into their machines with an ADMIN account. That doesn’t work. Some users are getting InstallShield Wizard Error code -6300. The installation used to work a few months ago. I [...]

Answer Question   |  March 31, 2012  2:40 PM
Hyperion Workspace, InstallShield, Solaris, Web Client
asked by:
110 pts.

oracle forms 6i
How to search particular text_item in a field having lot of data.. how to put find button option in a form and how to write in that coding… please clarify my doubts urgent please……………..     Subbareddy n v +91-9985738386

Answer Question   |  March 31, 2012  6:28 AM
Forms 6i
asked by:
5 pts.

Oracle (PL/SQL) fuction won’t work
I’m trying to run the following script: function create_new_password (p_email in varchar2) return varchar2 as l_password varchar2(12); l_encrypted_password varchar2(32); begin select dbms_random.string('A', 8) into l_password from dual; l_encrypted_password := password_hashing(p_username => upper(p_email), p_password => l_password); update customer set encrypted_password=l_encrypted_password where upper(customer.email)=upper(p_email); return l_password; end; and i’m getting the following error: Error at line 10: PL/SQL: [...]

Answer Question   |  June 6, 2011  8:53 PM
APEX, Oracle, Oracle Apex, PL/SQL
asked by:
220 pts.