| Thread | Last Post | Replies |
|
| Problem with SET TRANSACTION USE ROLLBACK SEGMENT | 31 Dec 2004 20:16 GMT | 5 |
Oracle 8i / Solaris SPARC We gather statistics about the tables with a pl/sql script that looks like
|for lrec_Table in lcur_Tables |
| record type question? | 31 Dec 2004 20:12 GMT | 1 |
I would to build a stored procedure that would be able to transpose rows into columns based on a delimited list of keys. Currently, I have a view that accomplish this transformation, where a key is tied to an in-line view. My first idea is to use a Record where I dynamically ...
|
| Year 2004 Obsolescence Desupport Notice | 31 Dec 2004 15:35 GMT | 2 |
Because this year is going to desupport (together with 8i) in few days I wish you: select max(happiness), max(health), max(love), max(luck),max(money) from dba's_New_Year;
|
| How to output to screen or a file in client's machine via PL/SQL | 31 Dec 2004 14:22 GMT | 1 |
I tried to do output from pl/sql to a client's box, I tried using dbms_output and it has a hard limit 1 Megabyte. I tried UTL_FILE package, but it can only output to a Server's directory. How can I run an PL/SQl and output to screen or a file in client's machine?? Thanks
|
| Exporting a table from Microsoft Access to Oracle gives error ORA 972 | 31 Dec 2004 09:42 GMT | 3 |
I am using Microsoft Access 2000 and Oracle 9.2.0.5 on Windows 2000. When I export a table from Access to Oracle using ODBC I get error: ORA 972 identifier too long
|
| Please help! connection in O10g | 31 Dec 2004 05:12 GMT | 1 |
When I try to connect Oracle 10g throught Enterprise Manager, I obtain the message "RemoteOperationException: ERROR: wrong password for user" (because EM ask for host and database users) and I´m sure all are correct, and I am logged on my W2003 with administrator (who installed
|
| object privs granted to roles | 31 Dec 2004 05:11 GMT | 5 |
I'm looking for a solution for the following problem We have about 80 table objects in one schema (Oracle 9.2) - called it "Calc_Apps". We created few roles for different groups of users (developer, tester,
|
| Confused path | 31 Dec 2004 03:55 GMT | 3 |
I'm new to Oracle and just start learning, slowly. We recently moved our Oracle 8 server which was on H drive of a NT server. I mapped in as H drive as control file location. After the the Oracle was moved to D drive of the NT server, I had trouble to access it from a client machine ...
|
| ORA-00942: table or view does not exist | 31 Dec 2004 02:26 GMT | 3 |
SVRMGR> @alter_table_prod.sql ALTER TABLE MYTABLE_NAME * ORA-00942: table or view does not exist
|
| Evaluating which database to choose | 30 Dec 2004 23:52 GMT | 5 |
I wonder is there a list of topics/excel sheet/questions to be answered or asked from vendor when you are choosing the correction database software among like oracle/teradata/db2 etc... And now we are talking about terabyte amount of data...
|
| rdbms/filemap: No such file or directory | 30 Dec 2004 22:47 GMT | 1 |
I have installed the Oracle 9iR2 Patchset (9.2.0.6.0 64 bit) on Solaris 9 (Sparc 64). When running the root.sh script the output was: root@S0292108# /SSW/oracle/product/9.2.0.6.0/root.sh Running Oracle9 root.sh script...
|
| Moving data from one DB to another DB | 30 Dec 2004 22:47 GMT | 5 |
I would like to know what are the options available to move the data may be as table or together as database or a subsystem to another database apart from Export/Import. Thanks in advance.
|
| Http Request and Http Response in PL/SQL | 30 Dec 2004 18:04 GMT | 2 |
I am newbie in Oracle PL/SQL. I need to write a stored procedure which would generate xml and would post to a URL. Stored procedure should also get the response returned by the web server.
|
| Diff. between Redo Log Allocation Latch and Redo Log Copy Latch | 30 Dec 2004 17:50 GMT | 1 |
Can someone explain the Diff. between Redo Log Allocation Latch and Redo Log Copy Latch. Thanks in advance.
|
| SYNONYMS and view ALL_SYNONYMS | 30 Dec 2004 15:04 GMT | 2 |
How do you know to what kind of item a particular synonym is "pointing"? All that the view ALL_SYNONYMS says is "table_name" as a column for the referenced object...
|