Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-12224: TNS:no listener

1 3681

ORA-12225: TNS:destination host unreachable

1 7556

ORA-12226: TNS:operating system resource quota exceeded

1 3241

ORA-12227: TNS:syntax error

1 3177

ORA-12228: TNS:protocol adapter not loadable

1 2844

ORA-12229: TNS:Interchange has no more free connections

1 3312

ORA-12230: TNS:Severe Network error occurred in making this connection

1 3744

ORA-12231: TNS:No connection possible to destination

1 3062

ORA-12232: TNS:No path available to destination

1 2860

ORA-12233: TNS:Failure to accept a connection

1 3423

ORA-12234: TNS:Redirect to destination

1 3009

ORA-12235: TNS:Failure to redirect to destination

1 3724

ORA-12236: TNS:protocol support not loaded

1 3032

ORA-12500: TNS:listener failed to start a dedicated server process

1 3857

ORA-12502: TNS:listener received no CONNECT_DATA from client

1 7350


Un-Answered Questions { Database Errors }

ORA-26027: unique index string.string partition string initially in unusable state

6746


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1677


hp asking for replication floppy to do reinstall 25254 server assistant

2880


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2733


ORA-26076: cannot set or reset value after direct path structure is allocated

1967


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2701


NZE-28890: Entrust Login Failed

1882


mount: mount to NFS server failed: System Error: Connection timed out

3668


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1617


RMAN-05017: no copy of datafile number found to recover

2410


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2639


why we are using shift key in unix shell script

3165


I have written the code as below. here problem is that dt remain null. how to solve thst please tell me. public partial class Form1 : Form { private DataTable DTable; private DataRow drow; public Form1() { InitializeComponent(); } private OleDbConnection getConnection() { OleDbConnection con=new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\winApp for Student\winApp for Student\App_Data\SchooMgnSystem.mdb;Persist Security Info=True"); return con; } private void button1_Click(object sender, EventArgs e) { InsertData(); } private void InsertData() { if (DTable==null) { DTable = new DataTable(); DTable.Columns.Add("StudID", typeof(string)); DTable.Columns.Add("StudName", typeof (string)); DTable.Columns.Add("Address", typeof(string)); drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } else { drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } } private void button2_Click(object sender, EventArgs e) { string cmdstr; OleDbCommand cmd; OleDbConnection con = getConnection(); foreach (DataRow Drow in DTable.Rows) { cmdstr = "Insert into Student values('" + drow[0].ToString() + "','" + drow[1].ToString() + "','"+drow [2].ToString()+"')"; cmd = new OleDbCommand(cmdstr,con); try { con.Open(); cmd.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { con.Close(); } } }

2648


ORA-26082: load of overlapping segments on table string.string is not allowed

1768


IMG-02003: 2FF03 - incorrect color histogram feature specification

1708