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




ERRORS Interview Questions
Questions Answers Views Company eMail

RMAN-06499: skipping archive log file string; already backed up string time(s)

1 8053

RMAN-06500: skipping backupset key string; already backed up string time(s)

1 5023

RMAN-06501: skipping datafile string; already backed up on string

1 3175

RMAN-06502: skipping archive log file string; already backed on string

1 3516

RMAN-06503: skipping backupset key string; already backed up on string

1 2700

RMAN-06504: PROXY option with multiple backup copies is not supported

1 3004

RMAN-06506: the MAXSETSIZE option cannot be used with a backup backupset

1 2778

RMAN-06507: trying alternate file for archivelog thread number, sequence number

1 2825

RMAN-06508: MAXSETSIZE string kbytes should be greater than blocksize string bytes

1 2805

RMAN-06509: only SPFILE or controlfile can be restored from autobackup

1 14780

RMAN-06510: RMAN retention policy is set to recovery window of number days

1 3003

RMAN-06511: RMAN retention policy is set to redundancy number

1 2973

RMAN-06512: copy will be obsolete on date string

1 2938

RMAN-06513: copy will never be obsolete

1 2761

RMAN-06514: archived logs required to recover from this copy will not be kept

1 2792


Un-Answered Questions { ERRORS }

ORA-26094: stream format error: input column overflow

2825


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

1698


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

2758


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

1986


write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;

1957


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

1727


ORA-26028: index string.string initially in unusable state

3879


The employee runs big client-server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution?

2810


I worked with $message and $$message, Bt its not working?..

2250


WHAT IS A VECTOR ? HOW IS DIFFER FORM AN ARRAY

2556


How to view the error log for any specific instance?

2501


What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).

2394


In .net how many error will occur?

2833


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

2675


well i dont have toefl and gre scor all that stuff, and i have 7 backlogs, tell me the chances of getting the visa.

2524