C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102)
ORA-26028: index string.string initially in unusable state
I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you.
What is SCD (Slowly Changing Dimensions)? What are its types?
For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??
i have SAP B1 in my work area When i am try to hold the particular item the following ERRORS display in my System (This entry already exists in the following tables '' (AIT1) (ODBC -2035) [Message 131-183])
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
ORA-26027: unique index string.string partition string initially in unusable state
hai i got one error i,e http status 404 error what is ds why ds is comming
NZE-28868: Peer certificate chain check failed.
hp asking for replication floppy to do reinstall 25254 server assistant
WHAT IS A VECTOR ? HOW IS DIFFER FORM AN ARRAY
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
I would like to if there is any vb script to populate my values in the application.Example i will input the data in two 2 rows a & b.I need script where the data in a or b have to populate in my application if my a = nothing and b = 1 or a = 1 or b = nothing.I would be glab if someone can help me here.
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 ??
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;