is there any 开发者_运维百科kind of Encryption and Decryption functions that are in c# and Oracle PL/SQL?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a table that has the following data fromDate | toDate 20JAN11| 29DEC30 Both dates are for the 21st Century (i.e. 2011 and 2030) but only the last two characters are stored.
Hey I\'m trying to find a way to get this running. I am using the oracle database 10g where I have blobs store开发者_运维知识库d in a table. I want to be able to read out and pass a blob to a java met
My form has a master block (ORDER) and a detail block (ORDER_LINE). The ORDER block has an ORDER_ID item (it\'s primary key) defined as follows:
we compile all our Oracle Packages with the DEBUG option enabled. This is the default for our IDE (PLSQLDeveloper). So when we compile a package in the 开发者_如何学Gobackground the following is execu
CREATE OR REPLACE TYPE NEW_ADDRS_OBJ AS OBJECT (newAddress1 varchar2(20), newAddress2 varchar2(20), city varchar2(20),
I have a table 开发者_Go百科Emp with EmpID, Empname, Salary and I am trying to do a calculation for each employee. But I am having problems trying to iterate over each emp to do the calculation. I can
I am trying to write a function that would return the result of a select query. I have worked开发者_如何学Python with very basic functions that would return a number and a varchar2(string). But now I
I have been stuck with this problem for a while. First I will explain the table structure There are four tables in my system