Sunday, August 24, 2014

Check duplicate item in block item.

When you want to create a lov with use where condition Just use property plate of lov. Use trigger against: Lov with item; Trigger name : when-mouse-doubleclick with item Level trigger; Syntax: if show_lov(‘lov_name’) then If dup_detail_check(‘block_name.item_name’)=1 then Msgbox(‘duplicate value’); Clear_record; End if; End if; POST-CHANGE trigger: SELECT FIRST_NAME INTO :TEACHERS.FIRST_NAME FROM TEACHERS WHERE EMPLOYEE_ID = :TEACHERS.EMPLOYEE_ID; EXCEPTION ...

Saturday, August 23, 2014

Format your pendrive or any others portable drive.

অনেক সময় মোবাইল ফোনের ক্ষুদ্র মেমোরি কার্ড ফরম্যাট হতে চায় না। কয়েকটি নিয়মে ফরম্যাট করা যায়। ফোনসেটে সব চেষ্টা বিফল হওয়ার পর যদি কম্পিউটারে Computer/Manage থেকেও ফরম্যাট করা না যায়, তবে উইন্ডোজের কমান্ড প্রম্পট থেকে কাজটি করা যায়। তবে ফরম্যাট করার সময় মেমোরি কার্ড থেকে যদি Data error cyclic redundancy check বার্তা দেখায়, তাহলে কমান্ড প্রম্পট থেকে আবার ফরম্যাট করা যাবে না।মেমোরি কার্ডকে কার্ড রিডারে ঢুকিয়ে কম্পিউটারে ইউএসবি পোর্টে সংযুক্ত করুন। এবার Run-এ cmd লিখে এন্টার করুন। কালো পর্দা এলে diskpart লিখে এন্টার করুন। ডিস্ক পার্টের নতুন...

Saturday, August 16, 2014

Having prob installing Oracle 10g in windows XP 32-bit

some link address to help for this< 1. http://students.heinz.cmu.edu/docs/Oracle_10g_Installation.pdf ...

Wednesday, August 6, 2014

How you can connect oracle database to Microsoft access database.

How to Connect Oracle Database with Microsoft Access Database? My first post for oracle developer. when you want to  try  connect oracle database with MS Access database. In short, you are trying to access MS Access data from Oracle DB. Lets START GO ON… This connectivity calls heterogeneous connectivity. Important: The init-parameter GLOBAL_NAMES should have value FALSE. Check this parameter first before...
How to Install Oracle Developer Suite 10g on Windows Vista /windows 7 ? When you try to install Oracle Developer Suite on your windows Vista or Windows 7 PC but it’s failing giving an error message "Checking Operating system version must be 5.0, 5.1 or 5.2..... Actual 6.0 or 6.1 - Failed" What will you do? Don’t worry, simply follow the following steps, and it will works. Before installation, right click on setup.exe then click properties, from the tab select compatibility and select windows...
How to Read Image File at Oracle Forms 10g ? I heard and answered lot's of question. How i read image file from file system to Database in oracle forms 10g ?Here is the solution.First of all you have to configure webutil correctly. You need to configure formsweb.cfg, webutil.cfgAttach the webutil.pll library at your forms. Make object group and subclass of webutil.pllNow add a puss button to your form and write the following code at When-Button-Pressed trigger--------------------------------------------declare vfilename varchar2(300); begin ...
Error FRM-92095: Oracle Initiator version too low Today my topic is Error FRM-92095: Oracle Initiator version too low Symptom: After logging into application, system pop up below error message: FRM-92095: Oracle Initiator version too low. Please install version 1.1.8.2 or higher Cause: The JRE version is not incompatible. Why it comes/shows ?  When you have installed JRE version which is incompatible with your oracle form version, then you will get the above message. For example, your form version...