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

TNS-12513: TNS:service handler found but it has registered for a different protocol

1 4512

TNS-12514: TNS:listener does not currently know of service requested in connect descriptor

1 4557

TNS-12515: TNS:listener could not find a handler for this presentation

1 3195

TNS-12516: TNS:listener could not find available handler with matching protocol stack

1 4165

TNS-12518: TNS:listener could not hand off client connection

1 3437

TNS-12519: TNS:no appropriate service handler found

1 4482

TNS-12520: TNS:listener could not find available handler for requested type of server

1 5721

TNS-12521: TNS:listener does not currently know of instance requested in connect descriptor

1 3580

TNS-12522: TNS:listener could not find available instance with given INSTANCE_ROLE

1 3049

TNS-12523: TNS:listener could not find instance appropriate for the client connection

1 5943

TNS-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor

1 3057

TNS-12525: TNS:listener has not received client's request in time allowed

1 4956

TNS-12526: TNS:listener: all appropriate instances are in restricted mode

1 3125

TNS-12527: TNS:listener: all instances are in restricted mode or blocking new connections

1 3249

TNS-12528: TNS:listener: all appropriate instances are blocking new connections

1 4630


Un-Answered Questions { Database Errors }

hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2575


What is live lock, deadlock and what is Lock escalation?

2495


ORA-16626: failed to enable specified object

2272


ORA-26030: index string.string had string partitions made unusable due to:

1988


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

3703


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 ??

1731


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

1665


ORA-26079: file "string" is not part of table string.string

2002


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(); } } }

2709


When do you get "getwmicomexception"?

2731


hp asking for replication floppy to do reinstall 25254 server assistant

2963


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2579


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

1817


what is new g/l functionality

2675


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2298