SQLEditor and Backspace on Linux

Hi,
I'm trying Raptor with Sun JDK 1.5.0_06 on a Fedora Core 4 box and the key backspace is not working in SQLEditor, is it a known bug, I did not find any report on this behaviour.
Thanks

Buongiorno Andrea,
I found the problem, I was not able to look to the differences before now.
There was in ~/.raptor/system/oracle.ide.1.0.0/settings.xml:
<Item class="oracle.ide.util.Pair">
<first class="java.lang.String">delete-previous</first>
<second class="oracle.ide.keyboard.KeyStrokes">
<data>
<Item class="javax.swing.KeyStroke">[0]</Item>
</data>
</second>
</Item>
Instead of my current settings (which is working):
<Item class="oracle.ide.util.Pair">
<first class="java.lang.String">delete-previous</first>
<second class="oracle.ide.keyboard.KeyStrokes">
<data>
<Item class="javax.swing.KeyStroke">[8]</Item>
</data>
</second>
</Item>
Replacing [8] by [0] make the backspace not working. I had the same trouble in previous ea which I opened once, and with the new one I did not delete ~/.raptor.
Ciao
eric

Similar Messages

  • About path and classpath in linux

    How to set classpath and path in Linux.
    thank you very much!

    The class path can be set using either the -classpath option when calling an SDK tool (the preferred method) or by setting the CLASSPATH environment variable. The -classpath option is preferred because you can set it individually for each application without affecting other applications and without other applications modifying its value.
    % sdkTool -classpath path1:path2...
    -or-
    % setenv CLASSPATH path1:path2...
    where:
    sdkTool
    A command-line tool, such as java, javac, or javadoc. For a listing, see SDK Tools.
    path1:path2
    Paths to the .jar, .zip or .class files. Each path should end with a filename or directory depending on what you are setting the class path to:
    For a .jar or .zip file that contains .class files, the path ends with the name of the .zip or .jar file.
    For .class files in an unnamed package, the path ends with the directory that contains the .class files.
    For .class files in a named package, the path ends with the directory that contains the "root" package (the first package in the full package name).
    Multiple path entries are separated by colons.
    The default class path is the current directory. Setting the CLASSPATH variable or using the -classpath command-line option overrides that default, so if you want to include the current directory in the search path, you must include "." in the new settings.
    Classpath entries that are not either a directory or an archive (.zip or .jar file) are ignored.

  • Installing 11i apps on windows xp and Red Hat linux AS 3.0

    Hi,
    I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
    Thanks again,
    Virendra

    I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
    You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
    The Must PDF's to refer before installation
    1)r1152ins.pdf
    2)11iconcepts.pdf
    According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
    The installation process can be divided into
    Pre Installtion,Installation and Post-Installation stages.
    I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
    Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
    In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
    In oracle Apps 11.5.1 it consist of 12 CD's.
    1) Start Here CD(RAPID Installation Wizard)
    2)1-11 CD's
    1-3 Application Top information
    4th Oracle DB
    5-6 IAS and other tools
    7-11 Oracle Apps DB.
    You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
    While installing for Multi Node you can see the Installation locations to be mentioned as
    Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
    Installation Types
    Production ==>Real time Env implementation's
    Test ==>For test Env Purposes
    Vision Demo==>R&D or learning Purposes.
    Pre-Installation steps
    ======================
    Space Requirement for types of installtions
    Install VC++
    How to Download and install MKS tool Kit
    How to Download and Configure GNUMAKE
    Env path setting
    Create Applmgr user in Win2000
    Space Requirement for types installtion:
    Memory Requirement
    1 GB of RAM(512 Fine for initial Installtion)
    but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
    HDD capacity
    APP_Top(A)
    COMMON_TOP(C)
    DATA_TOP(D)
    Test DB : 22 + 20 GB (60 GB recommended)
    Prod DB : 22 + 20 GB (60 GB recommended)
    Vision Demo DB: 22 + 35 GB (80 GB recommended).
    Plus space for ur staging area.
    This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
    Softwares on System
    Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
    Install VC++:
    Install a clean installtion of VC++ of Visual Studio Family 6.0
    It should be first installed before installing MKS or GNUMAKE
    NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
    How to Download and install MKS tool Kit:
    Note:Try to purchase the MKS tool kit from the below site.
    or try to download the trial version valid for a months time.
    http://www.mkssoftware.com/products/tk/ds_tkio.asp
    Evaluation copy from
    http://www.mkssoftware.com/eval/
    Choose "MKS Toolkit for Interoperability " Download it in C:\
    Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
    You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
    Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
    It will prompt you for the Demo serial number which has to be provided.
    The MKStoolkit will be successfully installed.
    How to Download and Configure GNUMAKE:
    1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
    This can be done by performing the following steps:
    NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
    1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
    URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
    The directory contains the following files:
    README
    djtarnt.exe
    gunzip-1.2.4-i386.exe
    gzip-1.2.4-i386.exe
    tar-1.11.2-i386.exe
    tar-1.11.2a.exe
    Only two of the files are required:
    gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
    2) After downloading the above files, rename them as follows:
    gunzip-1.2.4-i386.exe => gunzip.exe
    tar-1.11.2a.exe => tar.exe
    Place them into a directory that you can set in you PATH environment variable.
    3) Point your browser to the following
    URL: ftp://ftp.gnu.org/gnu/make
    The files needed from this directory are:
    make-3.77.tar.gz
    make-3.78.1.tar.gz
    make-3.79.1.tar.gz
    make-3.79.tar.gz
    Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
    DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
    4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
    Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
    5) On the same Command Prompt Window, you should UnTAR the file, with the following
    command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
    6) In the new subdirectory, there is a batch file
    called build_w32.bat; run the batch file to generate GNUMAKE.EXE
    Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
    Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
    WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
    See [NOTE:115937.1]
    for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
    GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
    and GNUMAKE are registered trademarks.
    http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
    http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
    Note:115937.1: GNU Make won't make on windows NT
    Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
    run it.
    Env path setting:
    Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
    c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
    My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
    After all this check as follows from CMD mode.
    1)execute make at c:\>
    2)execute gnumake at c:\>
    In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
    Create Applmgr user in Win2000:
    Create a Applmgr user account in win2000 .
    Installation:
    =============
    What here you require is the Patience .
    Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
    For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
    In Vision Demo many of the Options are not propmted from the user.
    It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
    The Installation time takes around 5 to 6 Hrs of time.
    For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
    The most tedious of all is succesfully crossing the Apps system checking it does for all
    installed products it requires without any failure.
    The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
    This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
    Rajeev.

  • The g, h and backspace on my keyboard are not working even after replacing with a new one.

    The g, h and backspace on my keyboard are not working even after replacing with a new one. I have also updated my BIOS still d same. Please help me ASAP.
    ...am waiting for a QIUCK RESPONSE

    How does a usb keyboard attached externally work?
    You might try a "hard reset" where you remove battery and AC charger, hold down power button 20-30 seconds and then reassemble and turn on. Reset BIOS (F10) to default settings, too. 

  • Is there any difference in the prompts of UCCX 7 (Windows based) and UCCX 9 (Linux based) ?

    Are the prompts for UCCX 7 (windows based) and UCCX 9 (Linux Based) are different ?
    There are no default prompts available in the script editor folder of UCCX 9.
    I have downloaded some prompts from the internet with .wav format, but those prompts are not working.
    Can someone tell me if the prompts are different and if they are really different, where to get those prompts then ?
    I have also attached the prompts i have downloaded from the internet.

    Nope, there's no difference.  UCCX uses either G711 or G729 encoded files.  You have to encode them first before you upload them.  UCCX will not encode them like CUCM does for MOH files.  In fact, you can use CUCM's MOH file encoding to encode your files for use within UCCX.
    Also, you will not see the system prompts on your workstation where you installed the script editor.
    What is it that you are trying to do?
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • JmaskField and delete and backspace

    I am using this package for formatted input.
    Delete and backspace do not work if the field is created with a default text as in the code snippet I attach. Did somebody managed this to work? How? delete and backspace work badly in everycase anyway.
    best regards
    -Mangi
    MaskMacros macros = new MaskMacros();
    macros.addMacro('*',"[a-zA-Z0-9]");
    macros.addMacro('#', "[0-9]");
    macros.addMacro('@', "[a-zA-Z]");
    macros.addMacro('%',"[A-Z]");
    macros.addMacro('*',"[a-zA-Z0-9]");
    MaskField2 k = new MaskField2("CODE******",macros);

    It's quite possible.  Closing the document and then re-opening it somehow magically reset the keys so that they work now.  Thanks for the response, though!

  • I cann't typing letter P and backspace key

    is anyone having same problem?
    i can type any letter except letter P and backspace key.
    it was work yesterday.I reseted whole system but still same....should i take thi to appl store? i stil have a warranty.......
    please tell me the solution if sombody knows...please

    Hi,
    Does the issue occur when using all applications?
    Do you see the same issue when you rotate the iPhone?
    This article: http://support.apple.com/kb/TS2802#faq5 provides tips for issues with the display not responding to touch.
    You can try restoring the iPhone and setting it up as a new phone. This would rule out issues with the iPhone software and backup.
    If you restore as new, you may want to archive the backups as mentioned in this article: http://support.apple.com/kb/HT1766
    -Jason

  • JMaskField mask input : delete and backspace do not work

    I am using this package for formatted input.
    Delete and backspace do not work if the field is created with a default text as in the code snippet I attach. Did somebody managed this to work? How? delete and backspace work badly in everycase anyway.
    best regards
    -Mangi
    MaskMacros macros = new MaskMacros();
    macros.addMacro('*',"[a-zA-Z0-9]");
    macros.addMacro('#', "[0-9]");
    macros.addMacro('@', "[a-zA-Z]");
    macros.addMacro('%',"[A-Z]");
    macros.addMacro('*',"[a-zA-Z0-9]");
    MaskField2 k = new MaskField2("CODE******",macros);

    Nope, I don't think those keys are even "firing" as another person worded it. I can push the buttons down, so they aren't stuck but it doesn't seem to be sending any signal.

  • Some keys as ENTER, SPACE and BACKSPACE type characters

    Some keys as ENTER, SPACE and BACKSPACE are not working properly in my HP Pavilion dm4 1055br. When pressing one of these keys type two or three characters ( ): ENTER (lçj), SPACE (.;M), BACKSPACE (~h). This latter at the same time turn off the F11 key (sound). The light of wireless key (F12) does not turn on. When turn off the F12 key, all the keys mentioned work well.

    Dear Customer, Welcome and Thank you for posting your query on HP Support Forum It looks like you are having issues with the Keyboard on your Notebook.We will surely assist you with this. Troubleshooting: Step 01. Click on the Start Button and go to Control PanelStep 02. Open the Device Manager and expand the Keyboard from the listStep 03. Right click on Standard PS/2 Keyboard and click on UninstallNote: This driver will get installed again automatically on your NotebookStep 04. Please turn OFF the NotebookStep 05. Un-plug the Power/AC Adapter and also remove the Battery tooStep 06. Press and Hold the Power Button of the Notebook for a full minuteStep 07. Now let's re-insert the battery back in and plug back the Power/AC AdapterStep 08. Start the Notebook and keep tapping F10 Key during the startup to access the BIOSStep 09. Once you get to the BIOS, Please press F9 or F5 Key[Model specific] to load setup defaults for the BIOSStep 10. Use the arrow keys to say "YES" and hit enterStep 11. Now let's press Esc/Escape Key. Save Changes and Exit - YesStep 11. Now please wait till the Unit loads the Windows Operating system If the issue still persists please check and verify if an External Keyboard works fine with your Notebook Note: Please click on the below shown link to find more troubleshooting stepshttp://h10025.www1.hp.com/ewfrf/wc/document?docname=c03738933&tmp_task=solveCategory&cc=us&dlc=en&lc=en&product=5442782 You also need to download and install the BIOS driver first and then Chipset driver followed by Graphics driver from the HP Website
    Note: Please follow this order only while installing the driver - BIOS, Chipset and then Graphics Hope this helps, for any further queries reply to the post and feel free to join us again   **Click the White Thumbs Up Button on the right to say Thanks**Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem. Thank You,K N R KAlthough I am an HP employee, I am speaking for myself and not for HP

  • S10e -- Can I install Windows XP onto my Linux-Netbook and same way Linux on Windows Netbook?

    Hello all,
    I wanna buy a S10e and I still have one question:  
    Can I install Windows XP onto my Linux-Netbook and same way Linux on my Windows Netbook?
    I wanna use Suse for all my net applications and still wanna Windows for just old games running on a long trip as flights ect..
    Is it possible? Install booth?
    Thanks 
    Message Edited by ykin on 01-24-2009 12:43 PM

    Boot Camp will only let you install onto an internal disk. This is largely because of Windows restrictions, not Mac OS restrictions. The beta thread has some supposed approaches to let you do this, using manual steps instead of using Boot Camp Assistant.
    Doug

  • Compile forms and reports in linux os

    hi,
    i like to know how to compile forms and reports in linux os?
    please provide me the commands for compiling of forms and reports.
    Regards
    Ravikumar.A

    hi
    i do not know u r form version but the following command is for Forms [32 Bit] Version 10.1.2.0.2 (Production)
    try this.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completefor linux i think its frmcmp.sh just make changes here.
    sarah

  • Lib32-util-linux and lib32-util-linux-ng are in conflict

    hi
    i'm running a 64bit arch linux (with some 32bit apps)
    today i got a strange conflict - and the "solution" seems pretty dangerous to me, or am i wrong?
    [root:~]# pacman -S multilib/dwarffortress
    resolving dependencies...
    looking for inter-conflicts...
    :: lib32-util-linux and lib32-util-linux-ng are in conflict. Remove lib32-util-linux-ng? [y/N] Y
    Remove (1): lib32-util-linux-ng-2.18-3
    Total Removed Size: 0.58 MB
    Targets (41): lib32-libxfixes-4.0.5-3 lib32-libxdamage-1.1.3-3 lib32-pcre-8.10-3 lib32-dbus-core-1.4.0-2 lib32-glib2-2.26.1-2
    lib32-atk-1.32.0-1 lib32-pixman-0.20.2-1 lib32-cairo-1.10.0-3 lib32-pango-1.28.3-1 lib32-util-linux-2.19-1
    lib32-e2fsprogs-1.41.14-2 lib32-openssl-1.0.0.d-1 lib32-db-5.1.19-1 lib32-sqlite3-3.7.4-1 lib32-heimdal-1.3.3-3
    lib32-ncurses-5.7-6 lib32-readline-6.1.002-3 lib32-libgpg-error-1.9-4 lib32-libgcrypt-1.4.6-3 lib32-gnutls-2.10.4-1
    lib32-libtiff-3.9.4-3 lib32-gdk-pixbuf2-2.22.1-1 lib32-libcups-1.4.5-1 lib32-libxcursor-1.1.11-1
    lib32-libxrandr-1.3.1-1 lib32-libxi-1.4.1-1 lib32-libxcomposite-0.4.3-1 lib32-gtk2-2.22.1-2 lib32-libdrm-2.4.23-1
    lib32-libxxf86vm-1.1.1-1 lib32-libgl-7.10.1-1 lib32-mesa-7.10.1-1 lib32-sdl-1.2.14-8 lib32-sdl_image-1.2.10-3
    lib32-flac-1.2.1-7 lib32-libsndfile-1.0.23-2 openal-1.12.854-2 lib32-openal-1.12.854-4 sdl_ttf-2.0.10-1
    lib32-sdl_ttf-2.0.10-3 dwarffortress-0.31.21-1
    Total Download Size: 9.07 MB
    Total Installed Size: 79.96 MB

    ulukay wrote:
    ngoonee wrote:Firstly, searches are not cached, so noone would be able to view your link properly. However yes somehow I've seen that the other threads on this are not turning up, so I suggest instead searching for 'util-linux', not 'lib32-util-linux', you will find the solution then.
    1. thanks for not simply posting a link
    2. that search would return threads regarding this problem on 32bit hosts - i run a 64bit host. my main concern is that this would install incompatible 32bit binaries.
    1. You're welcome. Self-help is the best kind.
    2. If you'd done the search I recommended you would have seen that the problem is not related to arch at all, but is due to upstream renaming.

  • Is Teststand able to install and implement on Linux system

    Hi,
    I was using Testsand on windows before,
    Just want to know that if NI Teststand able to install and implement on Linux/Unix system?
    Thanks,
    Solved!
    Go to Solution.

    Since TestStand is an ActiveX Server and i am not aware of any well written ActiveX wrappers for Linux, i doubt that it will work.
    Officially, TestStand is only supported for Windows. So if you achieve by any what-so-ever-open-source-code to install and run TestStand on Linux, you wont get any support from NI if anything unexpected happens.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Why and How is Linux is Suitable OS for Oracle !

    Can anybody help me in finding Clues that how Linux
    Operating System suitable in all way for the Oracle?
    What is the reason behind that technological point of view and also in all ways?
    Please provide me the answer with some suitable links and hints.
    Rest is fine
    Oracle is not just a Database, its lifeStyle.

    Here is an answer to your question:
    THE CASE FOR LINUX
    Oracle has adopted Linux as the default operating system for the Oracle10g Grid Computing software platform. There are five key factors driving Linux adoption by Oracle customers today.
    1. Linux is focused.
    Other operating systems may offer broader, deeper functionality than Linux, but Linux offers all the functionality needed to gain maximum advantage from Oracle. Alternative operating systems may have better scalability, availability and manageability, but Oracle now delivers those benefits via functionality delivered above the operating system (RAC). Linux is fit for purpose in an Oracle environment.
    Customers can have full confidence in the suitability of Linux for use in an Oracle environment because Oracle's Linux Kernel Development Team has been working for several years now to ensure that Linux has all the features needed to fully support Oracle software.
    2. Linux is ubiquitous, popular and vendor neutral.
    The Linux operating system is available for almost every hardware environment. Once an organisation has Linux skills, those skills can be leveraged across commodity servers, RISC servers and even on the mainframe. Linux is popular and there are many skilled Linux resources available today. Linux is also vendor neutral, so companies are happy running it on machines from a wide variety of vendors including Sun, HP, IBM and Dell.
    3. Linux is fully supported by Oracle.
    The open source nature of Linux allows Oracle to offer comprehensive, code-level support for the Linux operating system. Oracle has back-to-back agreements with Red Hat and Novell which ensure that any fixes created by Oracle in response to customer issues are woven back into the base Linux distributions. Linux is the only operating system that is engineered and supported by Oracle today.
    4. Linux is fast, open and reliable.
    Linux is a high quality operating system. The open source development process ensure that Linux is built to a quality standard, not a release date. The enormous community of Linux users combined with its open source nature ensure that the Linux kernel is very stable. Linux has been shown to deliver exceptional levels of performance and reliability on commodity hardware.
    5. Linux has been adopted and endorsed by Oracle.
    Larry Ellison has said "We will be running our whole business on Linux" and today Oracle is just about there. The majority of Oracle’s developers now work on Linux, Oracle runs its internal ERP and CRM systems on Linux and Oracle hosts many customer systems on Linux. Oracle's public adoption and promotion of Linux has been an important factor in the rapid take-up of Linux by the Oracle customer base.
    I hope this helps.

  • How-can-I-get-my-spacebar-and-backspacer-working?

    H.E.L.P.----Only-the-letters-and-numbers-are-functioning.--i-have-obviously-touc hed-a-function-key-or-a-combination-of-keys-but-dont-know-what,-or-how-to-revers e-it.
    Please,-I-would-be-grateful-if-somebody-can-tell-me-how-to-get-the-spacebar-and- backspacer-etc-working.
    Thank-you-for-reading-this--.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on some Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.) Post the results of steps 1 and 2.

Maybe you are looking for

  • Logic Pro X inaccessible after waking from sleep when using an MCU Control Surface

    I'm having a problem I cannot seem to get around without force quitting Logic every time.  If I have a Control Surface setup as a Mackie Control (v1.0); and if the computer goes to sleep, and then i turn off the controller while the computer is aslee

  • Doubt in Mapping

    Hi, Suppose I'm working with Graphical Mapping. Is it possible to apply Java Mapping/XSLT Mapping for a subset of fields in the source. As per my knowledge I believe it is not possible. Please let me know your suggestions. Thank you. Regards Bhanu In

  • Applet javascript communication

    hi all, I want my applet to flash the browser window, came to know that can be done using applet javascript communication. ne1 has ne idea how to do that. thx in adv, kiran

  • My 2013 13' mac book pro is slow

    My 2013 13' Mac Book pro is slow and it is play videos slow as well. What is wrong?

  • Developing a chat server ...

    Dear all I am planning to develop a chat server to be used locally in my company. I want the members of this server to be able to connect to thier msn and yahoo messenger contacts. Is it possible? How can I do it? detailed explaination, please. even