I have installed Oracle 817 on P4 machine with win2k professional as the operating system. But on running 'Oracle Net8 Easy Config', I get jre.exe- Application error "The instruction at "0x0001010b" referenced memory at "0x01608781". Can any one please help me out . I have modified the symcjit.dll to symcjit.dll.ori before installation ,so that I can install Oracle 817 on P4 machine with win2k professional as the operating system. Similar problem occurs when running 'Universal Installer'.
missnazar
Posts
-
Oracle forms 6i problem -
Oracle forms 6i problemI have installed Oracle 8i Release 3 (8.1.7)...I want to install now D2K ( Oracle forms 6i ) ...On inserting the installation CD...the "Oracle installer" screen appears ..then "Oracle installation settings" form appears ..Here we have to specify Company Name:xyz Oracle home details Name: OraHome81 Location: C:\oracle\ora81 Language: English With theses entries when I click OK button, the following error message with the Title "General Information" appears: The location specified "C:\oracle\ora81", is already used as an Oracle Home for 'Oracle 817 Production'. It can not be used as an Oracle home for 'nt'. The OS am using is Windows 2000 Professional with Pentium 4 ...Please help me out...Thanking you in advance.
-
Unable to install Oracle 8i Release 3Thank u ....it worked!!:-D
-
Unable to install Oracle 8i Release 3Unable to install Oracle 8i Release 3 (8.1.7) on Windows 2000 Professional . When I insert the installation CD..the Oracle Enterprise Edition - Autorun screen appears..then on clicking on the "Install/Deinstall Products" option ...some processing occurs..and then no further steps appears...According to what I have heard, Oracle 8i Release 3 (8.1.7) gets easily installed on Windows 2000 Professional and has some problems with XP ,then where the problem lies...Can someone one help me out...Thanking you in advance.
-
MFC: EnlistingI want to enlist various file types much like that enlisted in Search >> For files and folders >> type >> combobox of Windows Microsoft 2000 Professional. that is.... known file types on system along with name and icon...How is that done.
-
MFC: EnlistingI want to enlist various file types much like that enlisted in Search >> For files and folders >> type >> combobox that is known file types along with name and icon...How is that done.
-
MFC :Property SheetTHankyou it worked!!
-
MFC :Property SheetI have an edit box on property page. I want to fetch its value in my formview.cpp . Then how is that done ? Can Some one help me out. Thanx in advance. Drushti
-
MFC type of fileOk John, Here are more details... What I want is when I click the combo box down arrow,different types of file format ,for example:- Header file, source file,mp3 file, adobe acrobat file,Microsoft word file and so on (i.e all supported and recognized file format by OS), should be displayed. To have a clear idea ...if u r using Windows 2000 professional , then click Search -> for Files or Folders ->Search Options (hyperlink)->Type->Combobox. Hope Now I nust have cleared my point. Drushti
-
MFC Date optionHi, I want to get files list created,modified and last accessed on the basis of dates(i.e between 2 dates).How Can I do that. Drushti
-
MFC type of fileHi , I want to get the different File types with there Icons in the Combo box . How can I get it? Drushti
-
MFC Remote Drive Accessyes
-
MFC Remote Drive AccessHi, I want to access the logical drives of a particular PC in LAN. How can I do that? Drushti
-
MFC enlisting local drivesHi Mr. Alok, Thanx for replying. Now can u please tell me how am I going to connect this code to my combobox.So that logical drives are visible.I have compiled your code. Its error free. But am not getting when and where to call NMPReturnNoOfDrives function in my application?? Thanking u in advance, Drushti
-
How to switch between windows?Thakyou Michael :), it really helped in my application. Drsuhti
-
How to switch between windows?Hi bdiamond, How to use Shellexecute to switch to other application in VC++ by just clicling a push button?? Can u please elaborate on this ? Thankyou in advance. Drushti
-
How to switch between windows?Hi, When I press a push button on one dialog box ,other dialog box or form should be displayed.How Can I do that? Also please tell me how can we start an application B from other application A( eg. by pressing push button on application A). Drushti
-
MFC loading formCan someone give the way to load a particular form or dialog on execution of an MFC appwizard application? Drushti
-
MFC enlisting local drivesHi, I want to enlist local drives with their icons in the combobox . How can I do that? Drushti
-
MFC fetching valueHi, I have placed a Check Box on 1st property page. The propertysheet containing this property page is on the form view of my MDI MFC Appwizaerd Application. I have placed a push button on form view of the application. In its(push buton's) member function, named OnPress, I want to fetch the value of the checkbox of that propertypage. ID of Check Box is IDC_CHECK_SUBFOLDER If I place the code as follows in OnPress member function, I get an access violation error when I run it. (((CButton *)GetDlgItem(IDC_CHECK_SUBFOLDER))->GetCheck() == 1); Please Help me to fetch the value. Drushti