Oracle and Other things
Pages
(Move to ...)
Home
▼
7/06/2020
SSO using OKTA credentials in IDCS
›
In this blog post, I would like to detail out the configurations that are needed for enabling SSO from OKTA to Oracle IDCS. The steps to b...
3/14/2014
UVA 927 - Integer Sequence solution
›
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int t...
3/11/2014
Uva 10340 -All in All solution
›
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { /** * @param arg...
3/09/2014
UVA Open Credit System - 11078 Solution
›
import java.util.Scanner; public class Main { /** * @param args */ public static void main(String[] args) { // TODO Auto-ge...
UVA 102 Bin Packing Java Solution
›
import java.util.Scanner; public class Main{ /** * @param args */ public static void main(String[] args) { // TODO Auto-gen...
›
Home
View web version