i was also facing the same problem. but i format my pc and installed the upgradable version of ie and it works. if u are using internet, try to upgrade you ie version.it should work
Don’t know what might have caused this to start happening, but you should make sure you have updated antivirus and spyware protection. If so, do scans in safe mode. Check your startup programs for anything non-standard. Use Startup Control Panel from www.mlin.net/StartupCPL.shtml. Check [HKEY_CURRENT_USERControl PanelDesktop] and change AutoEndTasks=1 to fix the symptom.
This is a bit of a “shot in the dark” but it is easy to check… One possible explanation might be an I/O bottleneck when changing schemas but not within a schema. For example, if target_table exists and is on the same physical disk as source_table, most likely I/O bandwidth would limit performance. However, if [...]
I’ve never worked with Oracle forms, either, but the concept is simple enough. You’re looking at a particular record, say record 20, somewhere in the middle of your recordset/cursor when you do the insert. Based on your primary key, the new record would be record 21 if you ran the same query again, but that’s [...]
I don’t have a simple answer to your question. In order to tune the package to the new version the method I used (rather cumbersom and probably there is a better one)was to run the package statements under the SQL prompt and see which statement was causing the slow down. I would then use EXPLAIN [...]
i have had this before. if your problem is the same, it loads but in a minimised state. I press the windows key and ‘d’ to minimise all windows, and then press the same to bring them back up again. the reports builder screen then appears. no idea why it would appear minimised, but hopefully [...]
It has been a long time since I used Forms, but the situation sounds peculiar. I also haven’t worked on Oracle version 8 in a whaile. The only thing I can imagine that would cause a hang – would be an insert in progress for the same primary key. I can duplicate the hung insert, [...]
Here is a discussion which lists some possibilities for the exclusive user error you are getting. Hope this helps. http://www.red-gate.com/messageboard/viewtopic.php?t=1220&sid=1c650ab81043e1997e5ce76b7cdf4772
It work help if we knew what you are using. VBA, VB, Access, Web form….
LENGTH gives the length of a string, in symbols. So, ‘abc’ has a length of 3, whether stored as CHAR or GRAPHIC. The size of a field, on the other hand, is the amount of storage required for the field. For fixed length character fields, you use 1 byte per character. For fixed length graphic [...]
Oracle is a company which makes the Oracle product line. Chief in this product line is the Oracle Data Base Management System, or DBMS. They also have products written for their DBMS called Oracle Applications. A DMBS is a program which keeps data as records in tables. You can create tables, add records, delete them, [...]
I do not have any ORACLE experience, but I have seen this with SQL Server 2000. It is usually a time-out error, and changing the connection string timeout has solved it in the past.
Hi, From what i could understand from your question, you have partitioned the table based on vehicle_type and you are trying to select ALL the records from the table using select * from myschema.myoldtable; The above query would result into a FULL TABLE SCAN and would not give you any performance benefit. The basic idea [...]
Have you checked your WinXP Firewall Settings? Try to disable it and check again.
Malai, First, it might pay in the long run to have someone else flesh out your bpo leg: “http://www.google.com/search?hl=en&lr=&q=bpo+company.” Are you already in-process? Is this to satisfy proof-of-operation for venture capital? What is your data system? Do you want to tie database entries into a flowchart of business rules? I would expect that you are [...]
SAP ABAP is in high demand. SAP as such is very good integrated ERP system. Highly sofistcated for business application. It takes good care of transactions in business. But repporting requirements are not so adequte. Therefore there is high demand for ABAP prohrammer. It has many concepts from COBOL, C and latest debugging tools. You [...]
It is important to remember the hint /*+ */ change the access form by database. A- /*+ choose */ B- /*+ rule */ and others … You can user hints in Forms 6i (Triggers, Program Units), Reports 6i (column forms, program units), Packages, procedures and triggers of database normaly. The hint is a important resource [...]
What are you using to replicate the database? Is there a publisher / subscriber model or maybe a backup is being restored nightly? This information will help determine where the differences could be.
I had a similar problem trying to install from a network drive. The install directory was to deep. Copied the directory to the hard drive of the machine and the install went fine.
VBA is for scripting (withing an application). VB.NET is a whole development platform





