Search:

Type: Posts; User: suji; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Information regarding Oracle core java certifications

    The OCP, Java SE 7 Programmer certification is designed for individuals who possess a strong foundation in the Java Programming language as well as proven skill in creating Java technology programs....
  2. Thread: SQL Query

    by suji
    Answers
    3
    Views
    170,074

    Oracle Re: SQL Query

    in SQL Server, you can use COALESCE or case combination to get same output ..

    or if you are using sql server 2008 , use pivot

    Here is a good example for sql server Convert Rows to Columns
  3. Re: How to make my private IP address viewable on the Public Internet

    port numbers will be all the time with column : only .. give the url format that works internally. if it works 99.99.99.99:7980, then all you need to do is change the IP address to public ip after...
  4. Re: How to make my private IP address viewable on the Public Internet

    Internal: 192.168.1.2-port - you don't need to change router setting to allow the port
    External : 99.99.99.99-port - you need to add the port in router settings

    it depends on your app what url...
  5. Re: How to make my private IP address viewable on the Public Internet

    if you are in the home wireless or network.. you use private ip, otherwise public ip
  6. Re: Question of the Day : your weaknesses during an interview?

    No – Just mention the facts , That will give positive impression on you , if you acknowledge your weaknesses in the right way.
  7. Re: How to make my private IP address viewable on the Public Internet

    yes.. just go to google and search What is my IP , use that IP address and the port needed in the same way you would access within the network , port can communicate, now you need to configure your...
  8. Re: How to make my private IP address viewable on the Public Internet

    you need to know the port you want to communicate and configure that in your router , then do the port forwarding to the 192.168.1.2 or you can add rule like range of ports for incoming or outgoing ...
  9. Thread: SQL Query

    by suji
    Answers
    3
    Views
    170,074

    Oracle Re: SQL Query

    Which database you are trying this query.. Here is an example ..

    if you are using Oracle .. have you tried using LISTAGG, over .. again depends on the version you are using
    ...
  10. Answers
    1
    Views
    17,293

    Oracle Re: PL/SQL table vs Global Temporary Table

    Hello Sukanta,

    It's hard to compare these two as the purpose is different ..

    Any I am trying best to explain the difference between two

    Global Temporary table data is private and inserted...
  11. Answers
    3
    Views
    20,529

    Re: Question of the Day : Researching a company

    I agree. One should research about the company. Regardless of how well you answer the interview, when they ask, what do you know about the company... if you have not done your homework , then you...
  12. Answers
    26
    Views
    48,033

    Re: Regression and Sanity Testing

    Hi Ravinder,

    Functional testing verifies that each function of the software application operates in conformance with the requirement specification. This testing mainly involves black box testing...
  13. Re: how to automate flash applications using selenium webdriver..?

    Ajay,

    Have you tried using sikuli(for any application) or adobe genie?

    Watch this : WebDriver and Sikuli Integration - YouTube

    Read This : Sikuli Documentation

    Let me know which...
  14. Re: CAN YOU SHOW ME ENCAPSULATION AND ABSTRACTION THROUGH JAVA PROGRAM PLZ HELP

    Please read this thread and it's been discussed before

    http://www.geekinterview.com/talk/5381-abstraction-vs-encapsulation.html
  15. Answers
    1
    Views
    3,776

    DB2 - Re: Converting batch CICS environment

    Yes.. Data resides in vsam or DB2 .. not CICS .
  16. Answers
    23
    Views
    370,628

    Re: A Little Story…………

    Really good message ..thanks
  17. Answers
    4
    Views
    22,789

    SQL Re: How do I reverse a string with sql query only?

    oracle : SELECT REVERSE('string') FROM dual;
    SQL Server : SELECT REVERSE('string')
  18. Answers
    1
    Views
    4,690

    Oracle Extract String value

    Hello ,

    I am trying to get the value after second pipe from the following value using SQL in Oracle with instr function .. it's not working for me

    Could some one help me with syntax..

    this...
  19. Answers
    3
    Views
    4,323

    JavaScript Re: any limitation in javascript?

    Suresh,

    It's possible to convert but for one line of function which is not available in Javascript might take lot more line of code ....

    I don't understand the business reason for this .......
  20. Re: What is ""developing procedures and scripts (UNIX/Windows/Oracle)

    Here is how understand your question...

    For an example, if there is a system that gets updated or changed with similar data using the same structure for all of the clients in the company.... So...
  21. Answers
    15
    Views
    9,648

    Oracle Re: I want to remove - sign value

    Rohit,

    You should use convert along with ABS to get your desired result...

    The CONVERT function converts values from one type of data to another. CONVERT is primarily useful for changing...
  22. Answers
    15
    Views
    9,648

    Oracle Re: I want to remove - sign value

    Rohit,

    Please read the answers before asking the same questions.. your question has been answered ...

    Thanks,
    Suji
  23. Answers
    1
    Views
    3,090

    Re: I want to make career in SAP

    Lucky,

    Since you have financial background and also working in SAP.. I am sure you will have good future in SAP... Make sure you understand all different aspects of financials...

    Thanks,...
  24. Answers
    3
    Views
    4,323

    JavaScript Re: any limitation in javascript?

    Suresh,

    Let me see if understand your question...

    are you trying to convert java code to javascript or javascript to java ..?

    Thanks,
    Suji
  25. Answers
    1
    Views
    2,941

    Re: which is the best way?

    Suresh,



    Best way to transfer files from one computer to another would be using FTP object. If there is no FTP server setup, you can try using file system object file copy method...


    ...
Results 1 to 25 of 204
Page 1 of 9 1 2 3 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact