7 years ago by pseudoFish

In Oracle SQL developer where can i see the output that is printed by the dbms_out.put_line statement of a trigger? . . .

sql-developeroraclestored-proceduredebuggingtrigger
  • 2
  • 0
  • 1313
7 years ago by Fischer

how can i convert a hexadecimal string to it equialent ascii in Pascal Script. For example Hex => 48656c6c6f20576f726c64 ASCII of the above hex is => HelloWorld I also need to do the re . . .

pascalpascal-scripthextoasciihextoint
  • 0
  • 0
  • 2274
7 years ago by guruprakash

I am trying to convert ASCII text to equivalent hexadecimal notation. Example HELLO should return 48454c4c4f. . . .

vbnetasciihexadecimalconversion
  • 1
  • 0
  • 4645
7 years ago by mamdouh

How do I find the SID of the currently running Oracle Service? . . .

oraclesid
  • 1
  • 0
  • 864
7 years ago by mamdouh

How to get the service name of the currently running Oracle Service? . . .

oracleservice-name
  • 2
  • 0
  • 11556
7 years ago by Binoy

How to find .NET version of project in Visual Studio 2008? . . .

netvisual-studio-2008versionnet-version
  • 0
  • 0
  • 821
7 years ago by guruprakash

Error when printing a report from VB.net "  at System.Drawing.SafeNativeMethods.StartDoc( HandleRef hDC, DOCINFO lpDocInfo)" & vbCrLf & "   at System.Drawing.Printing.StandardPrintC . . .

vbneterrorprint-controllerprint
  • 0
  • 0
  • 1083
7 years ago by guruprakash

How to get current IP address of the host machine (localhost) in vb.net programming? . . .

vbnetip-addresscurrent-iplocalhost
  • 2
  • 1
  • 4943
7 years ago by guruprakash

What does the MONITORING keyword do in a CREATE TABLE statement? . . .

oraclesqlmonitoringkeyword
  • 1
  • 0
  • 894
7 years ago by guruprakash

What is purpose of ENABLE keyword in a CREATE TABLE SQL statement? When I check the DDL statement of an existing table in my Oracle database this is what I see CREATE TABLE T_EVENTS ( EVENT . . .

enablesqlcreate-tableoraclekeyword
  • 1
  • 0
  • 8175
7 years ago by guruprakash

.Net application raises below error message when trying to insert data into an Oracle table : ORA-22062: invalid input string [40,7] at Oracle.DataAccess.Types.OracleDecimal..ctor(String numStr, Stri . . .

vbnetoracleora-22062insert-tableerror
  • 1
  • 0
  • 5461
7 years ago by raj

Chrome automatically downloads everything to C:\Users\username\Downloads. How do I set it to ask for the location everytime i click a download button? . . .

chromedownloadspromptlocationchange
  • 1
  • 0
  • 862
7 years ago by mamdouh

How do I search for a string inside a field in MongoDB? In SQL if i want to search name column for a string pizza SELECT * FROM restaurants WHERE name LIKE '%pizza%'; What is the equivalent of . . .

mongodbsearchstringpatternlike
  • 1
  • 0
  • 1146
7 years ago by mamdouh

What is the SQL statement to insert multiple rows in to database table? INSERT INTO members (name, age, ID) VALUES ('aron',33,1000); INSERT INTO members (name, age, ID) VALUES ('ben',48,1000); INSE . . .

sqlmultiple-rowmultiple-insertinsert
  • 0
  • 0
  • 983
7 years ago by raj

I had a simple custom share button using sharer.php  <a href="https://www.facebook.com/sharer/sharer.php?u=myurl.com" target="_blank">Share on FB</a> The  new guidelines say I . . .

facebookcustom-shareshare-buttonno-sdk
  • 2
  • 2
  • 5075