AppCrawler

Tying data to business excellence

Main menu

Skip to content
  • Who Is This Guy?
Microsoft Excel

Calculating annual rate of return of a stock index in Excel

by Steve • December 29, 2015 • 0 Comments

I use what is below to calculate a total rate of return over a period of time. This is most useful when computing compounded returns for an individual stock, or an index such as the S&P 500… Public Function ror(pv…

Read more →

Database, Oracle

Command line script to print referential integrity constraints

by Steve • December 17, 2015 • 0 Comments

Nothing fancy today, just a quickie as indicated in the subject line of the post… set serverout on format wrapped declare l_level number := 0; –get only tables with no parent tables cursor main is select distinct table_name,constraint_name from user_constraints…

Read more →

Development, Java, Security

Finding sensitive data in a heap dump

by Steve • December 14, 2015 • 0 Comments

What is below proves the card holder PAN is in the clear in the dump… public class memSecurity { public static void main (String args[]) throws Exception { String c = “1234567887654321”; Thread.sleep(180000); } } Compile and run what is…

Read more →

Oracle, Performance

Calculating waits for a session for a given time window

by Steve • December 13, 2015 • 0 Comments

We used this to quickly determine where a specific session was spending its time. This simply creates associative arrays for events, the time waited, and the total number of waits for that event, all at a specific point in time.…

Read more →

JMeter, Testing

Extracting POST arguments from fiddler for JMeter

by Steve • December 9, 2015 • 0 Comments

You can filter on your domain by clicking filters in the top right hand corner row of tabs in Fiddler, then add your domain and click run filterset now in the “Actions” dropdown box. After running your requests in your…

Read more →

Database, Oracle

Rolling your own Grid Control with AQ

by Steve • November 29, 2015 • 0 Comments

DBControl can do the same thing, but if you have more than one database on a server, this is where something like this will come in handy. PLSQL setup, you should only have to change the SHOWARD part… begin dbms_aqadm.grant_queue_privilege…

Read more →

Page 23 of 77
« 1 … 21 22 23 24 25 … 77 »

Search

Links

  • LinkedIn Profile

Archives

Copyright © 2025 AppCrawler. All Rights Reserved. The Magazine Basic Theme by bavotasan.com.