Hi, I have a question which I need concrete answer. We know that PreparedStatements are pre-compiled statment. It means that it must be stored somewhere . I want to know where it is stored. More specifically suppose I am using thin driver and database Oracle. If I change ie. add or remove parameters for the prepared statement, how it is compiled ...