User Profile

Collapse

Profile Sidebar

Collapse
NewToOracle
NewToOracle
Last Activity: Apr 18 '12, 02:17 AM
Joined: Feb 14 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NewToOracle
    started a topic How to to fix Lambda expression?
    in .NET

    How to to fix Lambda expression?

    Hi,

    Can anybody please help me to fix below error.

    Code:
    Isolate.Whencalled[B](()=> myfakeObject[/B].Method1()).WillReturn("Method1");
    At the myfakeObject it is showing Error Message:
    ")" Expected

    At the Closing paranthesis of Whencalled it is showing Error Message : Invalid expression Term ")"

    Thanks!
    See more | Go to post

  • NewToOracle
    started a topic substitute for 'PRINT' in server

    substitute for 'PRINT' in server

    Hi..

    can anybody tell me substitute for 'Print' which will avoid the sending of print message from sever to client .
    See more | Go to post

  • NewToOracle
    started a topic FACETS Tool

    FACETS Tool

    Hi all,

    Can anybody guide me over the functionality of FACETS tool which is use in Healthecare Practices?

    Please Guide.
    See more | Go to post

  • NewToOracle
    started a topic iSQL *PLUS variable

    iSQL *PLUS variable

    Hi All,

    Can anybody guide me for how to access isql* plus host variable and assigning them to the variable declared in PL/SQL ..?
    See more | Go to post

  • NewToOracle
    replied to Pre login installation
    in .NET
    I am talking about Logon event of the Windows Operating System ..

    Any Help..?...
    See more | Go to post

    Leave a comment:


  • NewToOracle
    started a topic Pre login installation
    in .NET

    Pre login installation

    Hi All,

    I want to implement the prelogin installation of the software.

    I planned to do the thing as

    1) firstly download the required software to install onto the client machine
    2) pick up the software to install from the directory where i downloaded it.
    3) run it just befor the log in screen appear.

    I somehow managed step 1) and 2).I am sure.. I have to make use of Win32 API...
    See more | Go to post

  • NewToOracle
    replied to Assembly creation
    in .NET
    Thanks DeepBlue,

    I just read more about Assmbly.If Assembly creation is the task of the compiler then what is the use of AssemblyLinker. exe tool provided with SDK?

    Please guide....
    See more | Go to post

    Leave a comment:


  • NewToOracle
    replied to .NET object in C++
    in .NET
    Need Info



    Could you please post the errors you are getting?...
    See more | Go to post

    Leave a comment:


  • NewToOracle
    started a topic Assembly creation
    in .NET

    Assembly creation

    Hi,

    When does the assembly gets created as a part of dotnet framework compilation process ?
    See more | Go to post

  • NewToOracle
    started a topic Avoid session getting share
    in .NET

    Avoid session getting share

    Hi all,

    How can I refrain two windows opened in IE getting there session shared ?

    Can anybody have any solution over this..?

    Thanks!
    See more | Go to post

  • NewToOracle
    replied to Tns name Not Found
    Thanks for the detailed and explanatory answer.

    So, I need to add the reference in tnsnames.ora file containing protocol ,Host and other information which Oracle server will use during startup.

    Thank you very much....
    See more | Go to post

    Leave a comment:


  • NewToOracle
    replied to Tns name Not Found
    Okay.. SO the host string is basically the IP address of the machine where the database is installed..Plea se correct me If I am going wrong.

    It means if the oraganizantion is having a shared machine with the Db instyalled on it and the one acting as a oracle server , then while accessing database we need to specify that IP in the host string for login in sql* plus which in turn need to specify in tns.ora file.

    Please...
    See more | Go to post

    Leave a comment:


  • NewToOracle
    replied to Tns name Not Found
    Hi All,

    Thanks for the time you gave to resolve my question .

    Anyways madankarmukta,
    I am asking Hoststring in the context when we try to login in sql* plus ....
    See more | Go to post

    Leave a comment:


  • NewToOracle
    started a topic Tns name Not Found

    Tns name Not Found

    Hi,

    I am new To Oracle.When I am trying to log in Sql* Plus , There It is asking for the USername And Password,I Put that Information .After that it ask me Host string.. What should I Put there.When I put there 127.0.0.1 it says "Tns name Not found". what is the concept of Tns what does it represents.

    I found the same error when i try to login in PLSQL developer to do my work.

    Can anyone help...
    See more | Go to post

  • NewToOracle
    started a topic Problem with the varray...

    Problem with the varray...

    Hi.

    Here is the code I tried for the use of the varray..I am trying to dump the values into the array using for loop.. But it's giving the error "error : Trying to access uninitialized object"

    The reason I got.. because I am trying to access temp_array(0) before initializing it.But I want to put the elements dynamically into the database.

    declare type array_var is varray(10) of number(10,2);...
    See more | Go to post
No activity results to display
Show More
Working...