Skip to content
SWKB.NET

Daily Archives: June 12, 2012

  1. Home>
  2. 2012>
  3. June>
  4. 12

MySQL: Create a function

  • Post author:admin
  • Post published:June 12, 2012
  • Post category:MySQL: How To Examples
  • Post comments:0 Comments

The following code produces a sample function in MySQL: CREATE FUNCTION hello (s CHAR(20)) RETURNS CHAR(50) DETERMINISTICRETURN CONCAT('Hello, ',s,'!');

Continue ReadingMySQL: Create a function

Linux-Unix: VI editor

  • Post author:admin
  • Post published:June 12, 2012
  • Post category:Linux-Unix: How To Examples
  • Post comments:0 Comments

VI Editor commands: Use [escape] key after completion of every input task! [ctrl]-F     Move forward one screen.[ctrl]-B    Move backward one screen.$     Move cursor to end of line.^     Move cursor to…

Continue ReadingLinux-Unix: VI editor

Linux-Unix: Find files / Find in files

  • Post author:admin
  • Post published:June 12, 2012
  • Post category:Linux-Unix: How To Examples
  • Post comments:0 Comments

Linux: To find files like *.rdf in the path /oracle/erptd/appl: find /oracle/erptd/appl -type f -name *.rdf -print 2>/dev/null Note1: .rdf is the extension for Oracle Reports,  Note2: 2>/dev/null to drive…

Continue ReadingLinux-Unix: Find files / Find in files

Oracle Apps 11i: Creating a custom application

  • Post author:admin
  • Post published:June 12, 2012
  • Post category:Oracle Apps: Fundamentals
  • Post comments:0 Comments

How to create custom applications in Oracle environment 11i (White Paper): Subject: Step By Step Guide to Creating a Custom Application in Applications 11i      Doc ID:     216589.1     Type:     WHITE PAPER     …

Continue ReadingOracle Apps 11i: Creating a custom application

Recent Posts

  • How to loop through Collection
  • HttpXsrfInterceptor and HttpXsrfCookieExtractor implementation example
  • Euromillions simulation
  • The birthday paradox
  • Java: Write to file
  • Tomcat: How to set encoding to unicode
  • Oracle PL/SQL: SYS_RefCursor to JSON
  • Oracle PL/SQL: Conditional Cursor
  • MySQL: Load data into table from file
  • Oracle DB: NUMBER data type

Recent Comments

    Categories

    • AJAX: How To Examples
    • Angular7: How To Examples
    • Apache
    • APEX: How To Examples
    • C++: How To Examples
    • Calculations
    • CSS: How To Examples
    • Google: How To Examples
    • Hibernate: How To examples
    • HTML: How To Examples
    • Java
    • Java: Ant
    • Java: Fundamentals
    • Java: How To Examples
    • Javascript: How To Examples
    • Joomla: Fundamentals
    • Joomla: How To Examples
    • Linux-Unix: How To Examples
    • MS-Access: How To Examples
    • MS-DOS: How To Examples
    • MySQL: How To Examples
    • News
    • Oracle
    • Oracle ADF: How To Examples
    • Oracle Apps: Fundamentals
    • Oracle Apps: Links
    • Oracle DB: Fundamentals
    • Oracle DB: How To Examples
    • Oracle DB: Links
    • Oracle OAF: How To Examples
    • Oracle PL/SQL: How To Examples
    • Oracle PL/SQL: Links
    • PHP: How To Examples
    • Siebel: How To Examples
    • SOAP
    • Tomcat
    • Various
    • VB6: How To Examples
    • WebLogic
    • Windows: How To Examples

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright - OceanWP Theme by OceanWP