473,544 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Oracle Database Forum

Oracle Database (Oracle) RDBMS - Ask questions about installation, SQL, PL/SQL, objects, XML, triggers, joins, stored procedures, errors, queries, reports, storage, connections, tables, backups and more.
0
2,875
thread by: Ole Hansen | last post Jul 19 '05 by: Ole Hansen
Hi, Is it at all possible to insert BLOBs using the Array Interface? Today I have an application using the array interface. It works fine but so far I haven't been using BLOBs. I insert 100-200 rows in one server round trip. Now I want to have one or more colums of type BLOB but I cant see how this can fit into my current application.
1
26,460
thread by: Tuhin Kumar | last post Jul 19 '05 by: Ievel
Hi, I would like to know how to insert multiple rows into a table, using a single INSERT statement. My requirement is like this I have a table ABC which contains multiple employees entries with empId as the primary key. Now I want to insert the all the empid multiplied by X and y (<EMPID>*x*y) into a table DEF plus filling other columns for...
1
10,282
thread by: gilgantic | last post Jul 19 '05 by: tojo
Is there anyway of eliminating duplicate entries as the database loads data using SQLLDR and/or .ctl (Control File)? I use the following command line using SQLLDR and a control file to load my data, but the sample.dat file has duplicate information. I would like to be able to eliminate this, since I have know ability to manipulate the...
0
1,767
thread by: Sesebo | last post Jul 19 '05 by: Sesebo
I am not sure if this is right place but I am preparing for Oracle Certifications, already did the first one for the OCA and a friend recommended practice tests from www.wise-men.org which I used for the preparation aside the Oracle press books. I am about taking Database Fundamentals I, does any of the gurus here have any advice? I have the...
1
10,165
thread by: eugeneteo | last post Jul 19 '05 by: Geomancer
Hi, I am suppose to do some capacity planning for my servers. I am quite new into this area, is there anyone out there who can give me some guide for a kick-start or is there any resource out there I can refer to for a clearer picture? I won't be using any 3rd party s/w in this case. Thanks in advance for any input.
1
3,212
thread by: Amy | last post Jul 19 '05 by: Mahesh Hardikar
Hello All, We are currently looking into archiving our production system. I have looked into several different options to accomplish this, and Oracle Replication is one of them. Can anyone give me any info on Oracle Replication? We currently have Oracle 8i, and it comes with the GUI interface Replication Manager, which we would be...
0
3,573
thread by: a_palatino | last post Jul 19 '05 by: a_palatino
Can anyone help me to solve these problem, when i add a data block on oracle forms developer9i i always see these error... thanks you........ -- Posted via http://dbforums.com
0
2,032
thread by: Ulf Lahmann | last post Jul 19 '05 by: Ulf Lahmann
Please ignore this
5
8,536
thread by: larry | last post Jul 19 '05 by: Mark D Powell
Hi. Our company has about 20 application developers/architects and one certified dba. Our developers both design the databases and build the applications. We're confused about what permissions a developer is supposed to have. On the one hand, we obviously don't want developers to have privileges like shutting down the db. On the other hand,...
0
1,341
thread by: Lucia | last post Jul 19 '05 by: Lucia
Hello, I'm writing a java application with corba. The java class, which should be loaded in Oracle database, can create corba object and will be invoked by a trigger. Does anyone know if it is possible? Best regards Lucia
1
8,808
thread by: Dusan Chromy | last post Jul 19 '05 by: Daniel Roy
Hi, I was told there is a feature in Oracle to set up a table to have a limit on the maximum number of rows in it. By attempt to insert more rows, the oldest rows should get deleted automatically. Is there a way to do it, other than writing my own insert trigger? Thanks,
0
1,407
thread by: agherring | last post Jul 19 '05 by: agherring
Hi, We've just started evaluating the Data Direct ODBC Oracle driver and comparing performance with Oracle's own driver in a development project we're undertaking. We have struck a problem - functionally the driver's working OK, but we have a performance problem that is associated with the ODBC connectivity layer.
1
8,162
thread by: Dan | last post Jul 19 '05 by: Dan
I currently have return characters in my address text columns in my Oracle db. This is not good for us. Can anyone tell me how to query for these? I am trying to use a replace statement to replace with a space but having no luck using chr(13). Thanks, -Dan
5
2,948
thread by: dominant | last post Jul 19 '05 by: LKBrwn_DBA
What are the steps to export/import a database? -- Posted via http://dbforums.com
2
47,003
thread by: NotNeo | last post Jul 19 '05 by: NotNeo
I am getting a strange symptom: tnsping and sqlplus work fine on my LINUX server (neo) so the listener and DB are OK. However, from my remote XP Client (tank) I get TNS-12560. I can ping the neo from tanks and tank from neo so it isn't a network problem. The trace file shows that in can't start the transport layer due to an error 530: ...
0
2,794
thread by: wallflowers | last post Jul 19 '05 by: wallflowers
Hi, I am using dbms_metadata PL/SQL supplied package to extract all the objects from the oracle database into files. So far I have generated the source code for Functions & Triggers. Functions seems to be absolutely fine. But there seems to be some kind of a problem with Triggers. Some of the triggers were'nt extracted completely and some...
2
4,065
thread by: news | last post Jul 19 '05 by: Maximus
Hi there, Looking for a way of returning the Xth to Yth records of an Oracle database I thought using ROWNUM. Here is the solution I came up with. SELECT * FROM ( SELECT ROWNUM RECID, t.*,
6
4,497
thread by: Mahesh Hardikar | last post Jul 19 '05 by: Jim Kennedy
Hi , Oracle 8.1.7.0.0 on HP-UX 11.0 I am a newbie as far as PL-SQL is concerned . I have Sybase/MSSQL T-SQL background. We have a report which uses a select statement . This select statement joins 15 tables . SOme of the tables are outer joined. It runs much slow when parameters (From & To Date) are for a month.
1
3,514
thread by: Geetha | last post Jul 19 '05 by: Tina
I am planning to take iz0-007 exam. I am very familiar with the syntax of oracle and I studied the 8i book written by Couchman and now I want to buy some self-test software. From Oracle site I went to the Kaplan site and they charge $99 for the test and then I found a test in the following site for 40 dollars. Are they both same? Any help...
10
9,745
thread by: Fred | last post Jul 19 '05 by: Joel Garry
There is a setting in INIT.ORA that has the unintended side-effect of making sure the ALTER SYSTEM KILL SESSION command has immediate affect. Without this setting, I've seen some instances where the session reports as being KILLED in V$SESSION but is not physically removed until the instance is bounced. Does anyone remember this value offhand?
1
2,579
thread by: Janneke | last post Jul 19 '05 by: Mark D Powell
Hi All, I created a script to defragment a database. To test this script I need a fragmented database. Does anyone knows a way to fragment a database easily? Thanks in advanched, Janneke
0
1,509
thread by: Raul Hormel | last post Jul 19 '05 by: Raul Hormel
Will Oracle really make Linux "Unbreakable"? Raul Hormel Oracle Database Administrator Texas Higher Education Coordinating Board raul.hormel@mysterio.thecb.state.tx.us
3
4,674
thread by: Nicolas Payre | last post Jul 19 '05 by: Nicolas Payre
Hi, I have the following SQL that I want to use to update a table. It doesn't work ! Does someone knows why? ** I Know it could be done easy with a CURSOR FOR LOOP, but still... Thanks for your help. update XSORA1A.XS0011T_STATISTIQUES_UNIX a
0
2,027
thread by: Allen | last post Jul 19 '05 by: Allen
Oracle 9. Trying to put a constraint. The date_time field in table Visit should be >= than date_admitted field in table Admission. CREATE TABLE Visit ( adid INT REFERENCES myAdmission(adid), date_time DATE CONSTRAINT date_time_limits CHECK (date_time >= ALL (SELECT date_admitted FROM Admission, Visit
0
2,209
thread by: kshathrya | last post Jul 19 '05 by: kshathrya
hi all, does red hat linux 9 support hyperthreaded p4 systems? if i install oracle 9i on a rehat linux 9 hyperthreaded system, can i see that as 2 virtual processor from oracle's perspective? can i use oraclel's parallel features with these virtual processor? tnx, ks

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.