Problem solved!!! All I needed to do was to (using the Oracle sqlDeveloper) stick my code to the left margin of the window that had the code!!! I really don’t understand why, maybe a compiler error??? For all I care, it works now….
just twited http://twitter.com/#!/batye1 batye1 ALEXANDER STEPHENS Ask & answer #tech questions with other #ITpros at @ITKE: bit.ly/986ff0
In Sql Developer, there is a “Connections” tab on the left hand side. You need to create a new connection there by right-clicking on “Connections”, selecting “New Connection” and filling in the server name/address, port, and database SID. You can also use your TNS configuration and avoid entering the above details which are already included [...]
Your LOV record group should include a condition (WHERE CLAUSE) to include only records matching the desired date range.
I’ve been lucky and not hit that error. I would take a look at http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/repair.htm
Spam removed.
In summary, you will have to move to at least Forms 9i (well, you can move your forms to the web with 6i as well), and you will need an application server. Depending on the type of operations the form performs, it could be as easy as re-compiling it, but most of the times some [...]
http://itknowledgeexchange.techtarget.com/profile/Batye/
Depending on the database version, you could use an ugly query like this: <pre>WITH temp AS (SELECT entered,ADD_MONTHS(entered,DECODE(MOD(TO_CHAR(entered,’mm’),3),0,0,3-MOD(TO_CHAR(entered,’mm’),3))) next FROM (SELECT TO_DATE(’01′||’&per’,'ddmonyyyy’) entered FROM dual) t) SELECT TO_CHAR(ADD_MONTHS(next,-12),’monyyyy’) period,1 FROM temp UNION SELECT TO_CHAR(add_months(next,-9),’monyyyy’),2 FROM temp UNION SELECT TO_CHAR(add_months(next,-6),’monyyyy’),3 FROM temp UNION SELECT TO_CHAR(add_months(next,-3),’monyyyy’),4 FROM temp UNION SELECT TO_CHAR(entered,’monyyyy’),5 FROM temp ORDER BY 2;</pre> Maybe [...]
Don’t know, link won’t open
This is not an IBM message file, so it belongs with some software package you have on your system. You need to determine what that is and then look into their manuals or contact their help desk to get more information. I’m guessing NDM is Network Data Movers. Good luck
A little more information: We’re looking to do a roundup of recommended reading for networking professionals. If you have books or other resources you’ve found helpful, either as a general “cookbook,” getting up to speed on a particular topic, or even prepping for a certification exam, it would be great if you could share the [...]
some of the Apple Itunes account got hacked I just find out my itunes account got hacked on the 05/01/11 when I did quick search online http://thenextweb.com/apple/2010/07/04/appstore-hack-itunes/ anyway I change my password and report this problem to apple but I would suggest to all members on itknowledgeexchange.techtarget to check the itunes account for unauthorized purchases [...]
Hello, Please write to my email address box: (khalifamorin@yahoo.com) My name is Morin, a good looking girl. I became interested in you after going through your profile today and i wish to continue relationship with you which if nature will permit we have a long way to go. I have a special reason of contacting [...]
Take a look at this similar question: <a href=”http://itknowledgeexchange.techtarget.com/itanswers/oracle-10-g-developer/”>oracle 10 g developer </a> ————— By Orangehat: Assuming you are running Win7 x64. In Oracle Forms Designer it will by default load the x64 IE, you need to pick the x32 version. Edit, Preferences, Runtime, Change Web Browser location to the one in C:program files (x86)Internet [...]
Hello, Please write to my email address box: (khalifamorin@yahoo.com) My name is Morin, a good looking girl. I became interested in you after going through your profile today and i wish to continue relationship with you which if nature will permit we have a long way to go. I have a special reason of contacting [...]
Cool
tweeted IT Knowledge Exchange on Twiter and Facebook.
The race is on!!!
Yes, you can use SQL Server Integration Services to do this. The designer can be found in the start menu under “SQL Server Business Intelligence Development Studio” in the same folder that the SQL Server Management Studio can be found in. You’ll want a data pump task and within it just a OLEDB source and [...]





