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-proceduredebuggingtriggerhow 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-scripthextoasciihextointI am trying to convert ASCII text to equivalent hexadecimal notation. Example HELLO should return 48454c4c4f. . . .
vbnetasciihexadecimalconversionHow to get the service name of the currently running Oracle Service? . . .
oracleservice-nameHow to find .NET version of project in Visual Studio 2008? . . .
netvisual-studio-2008versionnet-versionError when printing a report from VB.net " at System.Drawing.SafeNativeMethods.StartDoc( HandleRef hDC, DOCINFO lpDocInfo)" & vbCrLf & " at System.Drawing.Printing.StandardPrintC . . .
vbneterrorprint-controllerprintHow to get current IP address of the host machine (localhost) in vb.net programming? . . .
vbnetip-addresscurrent-iplocalhostWhat does the MONITORING keyword do in a CREATE TABLE statement? . . .
oraclesqlmonitoringkeywordWhat 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.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-tableerrorChrome automatically downloads everything to C:\Users\username\Downloads. How do I set it to ask for the location everytime i click a download button? . . .
chromedownloadspromptlocationchangeHow 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 . . .
mongodbsearchstringpatternlikeWhat 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-insertinsertI 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