i have loded Intergraph PDS software and connectrd to oracle data base. after that i opend EE Raceway Modeling. after opening the below error coming. what can i do? "Error querying ref db for mscatalog"
1 6073Post New Samsung Oracle Errors Interview Questions
Where is the system restore in windows 7?
What is a program flowchart and explain how does it help in writing a program?
what are the major building blocks of cloud architecture?
What do you mean by asa in sybase?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
What are some common lists that are used when designing a page?
What is a trapdoor function, and why is it needed in blockchain development?
Difference between httpservlet and generic servlets?
What are the features of cascading style sheets?
What are the best practices for deploying Generative AI models in production?
explain 2 business scenarios which do you feel have considerable significance and what kind of solutions did you offer while working on the projects?
How to lock down a Terminal Server?
How is the effect of advertising on tv measured?
"11101111" when that bit oriented message transmitting from sender to receiver.how is it calculate parity bit and how is it show bit stream that would be transmitted..by even parity error detection scheme..pls send me an answer..very important,,
What is xslt in java?