Oracle Terminal Developer 6.0

Hello,
I want to change the default key binding of
"Next Record" to the key "PageDown" !
When i hit the Generate Button i get this error
message:
Resoure Name: windows-sqlforms Type: bindings.
Error while parsing the binding string
"PAGEDOWN"
of an entry in component "normal".
Failed to parse token "PAGEDOWN"
Any suggestion ?
Thanx
Josef Huber
null

Josef Huber (guest) wrote:
: Hello,
: I want to change the default key binding of
: "Next Record" to the key "PageDown" !
: When i hit the Generate Button i get this error
: message:
: Resoure Name: windows-sqlforms Type: bindings.
: Error while parsing the binding string
: "PAGEDOWN"
: of an entry in component "normal".
: Failed to parse token "PAGEDOWN"
: Any suggestion ?
: Thanx
: Josef Huber
I have tried to use pagedown and Control+pagedown using ot60 and
get the same error you see.
We trying to run Dev 6.0 on a windows 98 client. The pagedown
key no longer works either as scroll down or next block with
Control+pagedown. I called in a TAR on this issue and was told
a new bug had been created on this (Bug# 880351). I was told
that it was not a priority 1 issue and should not expect a fix
anytime soon.
I don't understand how this is possible. PageDown and Control-
Pagedown have been the default scroll down and next block
keystrokes for years on the windows & dos platforms. Did no-one
in the test group ever use these keys? Is no-one using dev 6.0
in the windows98 environment?
If anyone is using 6.0 in windows98 and has these keys working
can you let me know?
Thanks
null

Similar Messages

  • Oracle*Terminal configuration problem for Web deployment

    Hello everyone!
    I am a novice in using Oracle Forms 6i. I installed a Forms 6i Developer and Server at Windows 2000, the same machine where 8.1.6 Server is running (of cource I installed DB server and Developer in different Oracle_Home's).
    Everything seems to be going well while trying "Client-Server" model. But I can not suceed in deploying forms to the Web. For example when I try "Run a form on the Web" standard option, after I try to run a standard test form (test.fmx), I get another Browser (IE5) window opened, then an applet loads and after that I get a Java-form inside of IE5 window with red bell picture and an error message: "Error while opening Oracle*Terminal file fmrweb."
    Can anyone help me with an advise what to do in such situation?
    Thank you in advance
    Alexander Ilin

    I can't answer the specific problem about the test, but the resource file is set up as follows:
    The html file that invokes the Forms applet has a server argument showing where the terminal key-mapping file is stored on your forms server. In your case it appears to be looking for fmrweb.res and can't find it.
    Take a look at the html and find the path it is using to look for it (I think you'll find this in the ServerArgs parameter). Then make sure the file is there on your Windows 2000 server.
    If it isn't there, do a search for it in the server's Oracle_home directory, and then copy it to the directory where it is expecting it. Along with fmrweb.res, you can also use fmrpcweb.res - just replace fmrweb.res in your html file.
    Hope that helps.

  • Running/Compiling *.java file in Oracle Sql Developer

    I want to compile/run java 5.0 files in Oracle sql developer1.1.2.25 on Fedora 5 platform.
    I have added javac as an enternal tool to compile java programs. Tools-->External Tools-->New
    I have also added java: /usr/java/jre1.5.0_10/bin/java as an external tool to run the complied programs
    I am able to compile the java programs, but i am not able to run them.
    I am providing ${file.name.no.ext} as an argument to java.
    Java-Log Output is:
    /usr/java/jre1.5.0_10/bin/java Writer2
    Exception in thread "main" java.lang.NoClassDefFoundError: Writer2
    However, if i run the same program in Linux terminal, i get the correct output:
    [root@localhost java]# which java
    /usr/java/jre1.5.0_10/bin/java
    [root@localhost java]# /usr/java/jre1.5.0_10/bin/java Writer2
    12
    howdy
    folks
    How can i make Oracle Sql Developer run the java program?

    I will echo the use jdev comment..
    Regardless, you may want to check the execute in directory.. or add a -cp parameter.
    Eric

  • How to solve Oracle SQL Developer connection problem ?

    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?

    user8860348 wrote:
    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?username: sys
    password: enter_your_correct_password given at the time of oracle installation
    role: select sysdba if you would connect as sysdba else select normal for users other than sys
    hostname: enter your oracle server hostname or ip address eg:- 192.168.11.12
    to find the hostname open terminal/command prompt in oracle installed machine
    type ---> hostname
    type ---->ping hostname
    you can find the ipaddress of the server
    port number: 1521 (default) ----> i guess , else check the port number in the tnsnames.ora file under your ORACLE_HOME/network/admin folder
    SID: DB1
    try it
    Good Luck

  • Oracle Terminal problem

    I have a problem running Oracle Terminal in command-line mode on Linux. I am very familiar with Oracle Terminal on Windows, but not with Linux. Unfortunately, I need to support Oracle Forms6i on Linux in character mode for the hand-held, wireless, bar-code scanners we use in our warehouse. They have a very limited keypad and we want to change a couple of the default key mappings for Oracle Forms6i on Linux.
    I opened a TAR on this issue (3595315.999) a couple weeks ago, but so far it has not been resolved.
    Does anyone know where to find documentation for running Oracle Terminal for Forms6i on Linux in character mode?
    Or, does anyone know if the conversion utilities exist for Windows to convert the Oracle Terminal resource files from binary to text and vice versa. I have these utilities for Linux, but not for Windows. If I could get those for Windows, I could transfer the Linux resource file to Windows, edit it there and transfer it back.

    It's look like a joke. When I change NLS_LANG from POLISH_POLAND to AMERICA_AMERICAN in Developer Home everything start fine with English menu but... work heeehhhh........
    Thx For Right Direction :)))

  • Installing Oracle Terminal on a NT 4.0 station

    We need to install oracle terminal, in order to map the page up and page down keys. The product isn't available on the install list. Has anyone else install oracle terminal in a windows environment or is there another way to map the up/down keys?

    I did this but when I run the ot60.exe it says "ot: cannot find the application startup file.". Could you please tell me how to install this Oracle Terminal properly? Thanks.
    Mandy
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Duncan Mills:
    You may still need terminal if you are talking about Client Server key mappings.
    In certain versions of the Developer CD Terminal was not available on the product list when you did a custom install.
    To work around this simply copy the files manually from the CD:
    OT60.EXE to your \bin directory
    and
    OTUSW.RES & OT.HLP to your TOOLS\COMMON60\ directory<HR></BLOCKQUOTE>
    null

  • Oracle Forms Developer 11g - OAF - ADF ????

    Hi
    i am a newbie  in these terms and hence don't know much of the difference ....
    I completed OCA developer and now i don't know what to choose next ???
    what i have seen online about next certification path is
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-151&p_org_id=&lang=
    that is Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
    also i saw some hype about ADF and OAF well being newbie i dont know what is the difference or either i can't find each of these in the Certification lists.
    what i assumed is OAF is the same as Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
    but where is the certification of ADF ??? any link 
    also what to choose regardless of what i have in mind.
    Thanks
    Regards
    Hassan Siddique

    Hassan,
    OAF is not forms and it's not ADF either. These are different products targeting different markets.
    OAF (Oracle Application Framework - Wikipedia, the free encyclopedia)
    Oracle Application Framework (OA Framework or OAF) is a proprietary framework developed by Oracle Corporation for application development within the Oracle E-Business Suite (EBS)
    ADF (Oracle Application Development Framework - Wikipedia, the free encyclopedia)
    In computing, Oracle Application Development Framework, usually called Oracle ADF, provides a commercial Java framework for building enterprise applications. It provides visual and declarative approaches to Java EE development. It supports rapid application development based on ready-to-use design patterns, metadata-driven and visual tools.
    Forms (Oracle Forms - Wikipedia, the free encyclopedia)
    Oracle Forms is a software product for creating screens that interact with an Oracle database. It has an IDE including an object navigator, property sheet and code editor that uses PL/SQL. It was originally developed to run server-side in character mode terminal sessions. It was ported to other platforms, including Windows, to function in a client–server environment. Later versions were ported to Java where it runs in a Java EE container and can integrate with Java andweb services.
    The primary focus of Forms is to create data entry systems that access an Oracle database.
    For more information you can use google and search for "oracle oaf" or "oracle adf" or "oracle forms"
    Timo

  • Oracle SQL Developer Screen Flickers - Problem Fixed - JDK 1.6

    Hi,
    I'm using the latest version of Oracle SQL Developer (sqldeveloper-1.1.2.2579) on a Windows XP SP2 system and the application screen constantly flickers. Has anyone else experience this behavior? It's really annoying.
    Message was edited by:
    bitmap

    I'm using the default (non modified) ide.conf.
    # Oracle IDE Configuration File
    # Copyright 2000-2006 Oracle Corporation.
    # All Rights Reserved.
    IncludeConfFile jdk.conf
    AddJavaLibFile ../../ide/lib/ide-boot.jar
    SetMainClass oracle.ide.boot.Launcher
    AddVMOption -Xmx512M
    # Turn off verifications since the included classes are already verified
    # by the compiler. This will reduce startup time significantly. On
    # some Linux Systems, using -Xverify:none will cause a SIGABRT, if you
    # get this, try removing this option.
    AddVMOption -Xverify:none
    # JavaThread options are required to run JDeveloper with Sun Microsystems virtual
    # machine (-client and -server) because of a bug that was causing the VM to run
    # full GCs with realtime thread priorities. The bug is fixed in J2SE 1.5.0_06.
    # See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101898 and
    # Oracle bug 4759180 for more info.
    AddVMOption -XX:JavaPriority10_To_OSPriority=10
    AddVMOption -XX:JavaPriority9_To_OSPriority=9
    # On some Windows Terminal Server installations, relocation errors of
    # system DLLs can sometimes occur when using OJVM. Use this option to
    # specify a heap base address for OJVM to resolve this problem. This
    # option only works with OJVM and cannot be used with any HotSpot JVM.
    # AddVMOption -Xheapbase100000000

  • Oracle Terminal settings form Magic menu items

    Dear Oracle Developer Community!
    Is there any possibility to define any 'Hot Keys' for Magic
    menu items via Oracle Terminal such as 'Cut', 'Paste' or 'Copy'?
    Sincerely yours,
    Elias
    null

    I think I have stumbled on the cause, and while i don;t exactly have a solution, if i am right then it is not a forms or browser issue.
    I develop on Win primary with dual monitors - I just discovered when my browser is in my primary window, the menu items work fine - but if the browser is on my other monitor, then the menu items don't work.
    Perhaps the forms blackend engine is only monitoring the primary monitor for key clicks at least on the menu bar...
    ...still weird behavior, but I no longer thing this is a issue.

  • Oracle Terminal Executable for forms6

    I feel like a total idiot. All the docs I've read say the oracle terminal executable is OT21.exe but that may not be the case for forms 6. I cannot find any executable to launch oracle terminal. On what disc is it located? What is the name of the executable?
    BTW I'm using developer6 on a Win98 platform.
    Thanks in advance! :^)
    Dennis Tepe

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dtepe1 (dtepe):
    <HR></BLOCKQUOTE>
    Where does the oracle terminal come from? What Package? Oracle itself of Developer?
    I have no OT*.exe files at all. My oracle DB server is on linux and the developer ( forms) are running on a networked win98 box.
    Dennis

  • Where is Oracle Terminal

    This question was asked before, but I did not see the answer.
    Where can I find Oracle Terminal for Developer 6.0?

    You should find the Oracle Terminal OT60.exe in
    Oracle Home\BIN\OT60.EXE
    If you cannot find it, you can copy this file from your CD-ROM of Developer 6.0.
    I had same problem before.
    Hope this can help you.

  • Where can I download oracle terminal?

    Hi,
    Where can I download oracle terminal?
    Please help
    Amy

    oracle termenal already ur oracle developer cd.......u have run again setup oracle developer chose custom opition and select oracle termenal and install

  • About oracle terminal

    Dear Sir,
    I'm doing a project in developer2000 using backend as oracle for unix platform. My Question is How to use ORACLE TERMINAL and set these keys in oracle forms mapping with user defined procedures to it.
    RAVI

    It comes with Developer CD, you have to install it from the Developer CD by selecting the Oracle Terminal Product from the Oracle Installer.

  • How to print a something in oracle sql developer

    Hello all
    Do you know How to print a something in oracle sql developer? i mean for example in the query we write something, (offcourse i dont mean comments)
    thank u in advance.
    best

    1003209 wrote:
    Hello all
    Do you know How to print a something in oracle sql developer? i mean for example in the query we write something, (offcourse i dont mean comments)
    thank u in advance.
    bestDBMS_OUTPUT()

  • Oracle SQL Developer 1.0 is easy to install and use, and is portable

    I have tried the latest version of Oracle SQL Developer 1.0 and would like to share my experience of using it.
    Installation of Oracle SQL Developer 1.0
    Download from
    http://www.oracle.com/technology/software/products/sql/index.html?_template
    Unzip the Oracle SQL Developer for Windows (55.8 MB) to C:\sqldeveloper (103MB)
    Advantages: The unzip folder can be your removable disk and you can access Oracle
    anywhere provided that there is an Internet connection to Oracle Server.
    Unzip sqldeveloper-1557.zip to C:\ with folder name;
    double-click on sqldeveloper.exe in c:\sqldeveloper
    Click on [No]
    Tick all check boxes
    Click on [OK]
    Right-click on Connections, New
    Database Connection…
    Enter User name: SCOTT
    Password: TIGER
    Hostname: 127.0.0.1 (or IP of your Oracle Server on the Internet)
    SID: orcl
    If you want to connect to local Oracle user SYS,
    Enter User name: sys
    Password: ora10g_manager_password
    Hostname: 127.0.0.1
    SID: orcl
    Select Role: SYSDBA
    Click on [Connect]
    Right-click on Tables, Create Table
    Click on [Add Column]
    Select Type: NUMBER for COLUMN2
    Click on [OK]
    Table1 is created
    Click on TABLE1, click on “Data” tab
    Click on the “Green Plus” icon to insert record
    Click on “Commit Changes” icon
    Click on “DBConnection1” tab
    Enter: select * from table1;
    Click on “Execute Statement (F9)” icon
    To exit: Click on File, Exit

    Have you noticed that there's a forum dedicated to SQL Developer?
    C.

Maybe you are looking for

  • My itunes library is no longer syncing with my iphone

    My playlists within iTunes are no longer syncing with the playlists on my iPhone

  • Please Help, Restored iPhone 4S, iOS 5.1.1, Lost Photos, Messages and Whatsapp Chats

    Hi There, I hope someone can help me with this, the stuff I've lost is so important to me it's actually scary. I can't beleive this has happened. I last synced my iPhone 4s on the 29th August, there's been nothing majorly important put on since then

  • Converting multiple msft files into one pdf

    HELP - i am using adobe acrobat 9 pro for macs (Mac OS X 10.6.3). when we had a pc, we were able to convert multiple files (microsoft office) to a single pdf at once without first converting them all to pdf. when I attempt this using the same techniq

  • Sap apo dp

    Hello This is the question regarding Daily Time Bucket Profiles,Why we are Using the daily time bucket profiles..How to Create a daily time bucket profiles. Thanks Prasanna.c

  • Starting the RMI server on Windows

    Hi I am just trying to use the three files in suns tutorial: http://java.sun.com/javase/6/docs/technotes/guides/rmi/hello/hello-world.html Hello.java - a remote interface Server.java - a remote object implementation that implements the remote interfa