2,951 Posted Topics

Member Avatar for sumatistars

[QUOTE=;][/QUOTE] To answer your question is beyond the scope of this discussion. You need to read books for all those clarifications.

Member Avatar for sumatistars
0
48
Member Avatar for ~s.o.s~
Member Avatar for Borzoi
0
726
Member Avatar for Perry31

You need to take and export of the schema and import the same into the target system. you need to use the following commands for the purpose. EXP IMP please find the details [URL="http://download.oracle.com/docs/html/A97312_01/exp_impt.htm"]here[/URL] , [URL="http://psoug.org/reference/import.html"]here[/URL] and [URL="http://www.orafaq.com/wiki/Import_Export_FAQ"]here[/URL].

Member Avatar for debasisdas
0
99
Member Avatar for Noorul Ariff
Member Avatar for rommelgenlight

[QUOTE=rommelgenlight;830280] I have requested them if possible to increase it to 100 gig or even to terabyte.[/QUOTE] Go for Oracle , version 10g supports 8 million terabytes. I think that would be enough for all your data.

Member Avatar for Ancient Dragon
0
362
Member Avatar for christina>you

I want to breath some fresh air without having anyone to control my nostrils. So for me [B]Democracy[/B] is the only option.

Member Avatar for Future_Dictator
0
1K
Member Avatar for apanimesh061

You need to drop all the tables. Drop child table first and then the parent table.

Member Avatar for debasisdas
0
93
Member Avatar for BasicGamer

You need to use a counter in the button click and based on the counter value decide what is displayed in the textbox.

Member Avatar for AndreRet
0
256
Member Avatar for jemz
Member Avatar for problematic:)

try the following sample code. [code]MsgBox("Do you really wish to quit this program ?", vbOKCancel + vbQuestion, "Confirmation")[/code]

Member Avatar for AndreRet
0
5K
Member Avatar for apanimesh061
Member Avatar for apanimesh061
0
74
Member Avatar for apanimesh061

you need to delete records of child tables first and then the related parent tables.

Member Avatar for mushget
0
54
Member Avatar for Perry31

You need to read [URL="http://download.oracle.com/docs/cd/B10500_01/appdev.920/a96121/im_intro.htm"]this[/URL] and [URL="http://www.oracle.com/technetwork/database/options/semantic-tech/whatsnew/information-management-whitepaper-132860.pdf"]this[/URL] .

Member Avatar for debasisdas
0
79
Member Avatar for apanimesh061
Member Avatar for Perry31
0
99
Member Avatar for Shillz

You need to download the [URL="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html"]proper version[/URL] and install the same.

Member Avatar for debasisdas
0
93
Member Avatar for damson
Member Avatar for AndreRet
-2
2K
Member Avatar for apanimesh061

You need to understand first what inheritance is ? What exactly you are trying to do ?

Member Avatar for debasisdas
0
99
Member Avatar for severman

How your tables are linked to each other ? I don't think they are.

Member Avatar for mrahil2008
0
161
Member Avatar for mayank.dyl

You need to follow these steps. To Store ---------- 1.read the image file. 2.convert the same to binary stream. 3.store in BLOB field. To Retrieve -------- 4.read from db 5.convert back the binary stream. 6.display as desired in front end application.

Member Avatar for rpk2006
0
134
Member Avatar for New IT Student

You need to read [URL="http://psoug.org/reference/constraints.html"]this[/URL].

Member Avatar for debasisdas
0
105
Member Avatar for locsin
Member Avatar for Kalusingh

[QUOTE=Kalusingh;1104005]Please help me in the following matter:- vb6 Ado database connection vb6 Ado recordset connection show record add record in database delete record from database edit record from database find record from database and all sort of ado connection and add record in datagrid Please give me solution.[/QUOTE] That simply …

Member Avatar for kinwang2009
0
265
Member Avatar for jk_bscomp

You can easily downlaod that from [URL="http://www.oracle.com"]Oracle[/URL] site.

Member Avatar for Ezzaral
0
273
Member Avatar for leiron16
Member Avatar for john_beginner

There are many applications that can be finished in your time frame. Now it depends on you what you decide to develop.

Member Avatar for kinwang2009
0
151
Member Avatar for harrismahadevan
Member Avatar for debasisdas
0
55
Member Avatar for ilansuganya

kindly post the code that you working on, for further assistance from our experts.

Member Avatar for debasisdas
0
133
Member Avatar for lakshmi4788

try this sample code [code]declare str varchar2(100); begin for i in 1..10 loop str:=str||' '||i; end loop; dbms_output.put_line( str ); end;[/code]

Member Avatar for debasisdas
0
41
Member Avatar for aman rathi

You need to take an export of the old user schema and import the same into new schema. You need to use the commands EXP(to export) and IMP (to import).

Member Avatar for debasisdas
0
187
Member Avatar for harrismahadevan

Please read [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7004.htm"]this[/URL] , [URL="http://download.oracle.com/docs/cd/B10500_01/server.920/a96524/c18trigs.htm"]this[/URL] and [URL="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_triggers.htm#ADFNS012"]this[/URL].

Member Avatar for debasisdas
0
32
Member Avatar for 080346
Member Avatar for debasisdas
0
42
Member Avatar for ozlem.a17
Member Avatar for pburk
Member Avatar for geethasethu
0
500
Member Avatar for sutanu_halder
Member Avatar for ichwara
Member Avatar for AndreRet
0
78
Member Avatar for bharath_sh
Member Avatar for gurushankar

Please find all the details [URL="http://www.oracle.com"]here[/URL].

Member Avatar for smvinothkumar
0
74
Member Avatar for aman rathi

There will be a DEMOBUILD.SQL file in oracle parent folder . Run the script that will create some default tables for you.

Member Avatar for debasisdas
0
160
Member Avatar for Priyanka88

From where you are getting these ----[B]eno,ename,prono[/B], inside the trigger.

Member Avatar for debasisdas
0
168
Member Avatar for Priyanka88

kindly recheck the code, check the values that you are passing to the log table. do post your table structure and code again.

Member Avatar for debasisdas
0
145
Member Avatar for cristey

[URL="http://bytes.com/topic/visual-basic/insights/701826-drawing-chart-using-mschart-control"]This[/URL] may help .

Member Avatar for debasisdas
0
103
Member Avatar for fourty

[QUOTE=fourty;1343225]Just as simmple as that. Thanks.[/QUOTE] Why don't you do it yourself then ?

Member Avatar for AndreRet
0
136
Member Avatar for Ghost34

why you need a case for populating the list. Why not use a simple FOR loop for the purpose.

Member Avatar for AndreRet
0
121
Member Avatar for gurushankar

If the connection type = basic --------------------------- If the DB is installed on your own PC then you need to pass oracle database name in the SID and localhost in Hostname. IF using TNS -------------- Provide the conenction name as defined in your TNSNAMES.ORA file along with username and password.

Member Avatar for debasisdas
0
73
Member Avatar for nerdthon123

1. Use RGB unction to change color. 2. Use Scroll and Change event of the scroll bar.

Member Avatar for debasisdas
0
127
Member Avatar for Bardoel
Member Avatar for nisu
1
539
Member Avatar for hell_tej
Member Avatar for AndreRet
0
233
Member Avatar for himmat.m4

try using the following. EXP--upto version oracle 9i EXPDP ----oracle 10g onwards

Member Avatar for debasisdas
0
47
Member Avatar for himmat.m4

for back up of oracle DB you need to use EXP or EXPDP (ORACLE 10G ONWARDS)from command prompt.

Member Avatar for debasisdas
0
63
Member Avatar for Priyankat

Please read [URL="http://www.dba-oracle.com/oracle11g/oracle_11g_new_features.htm"]this[/URL] and [URL="http://www.trubix.com/whitepapers/11gTrubixNewsletter.pdf"]this[/URL].

Member Avatar for debasisdas
0
69

The End.