SOLUTION 1: All Quest Code Tester repository object starts with QU_ or QV_QU_. If you installed these repository objects directly into the default QuestCodeTester schema or any schema that you dedicated exclusively for Quest Code Tester, then you can probably just drop that schema to remove all the Quest Code Tester Object.
	Note: It is always advisable to backup your database prior to dropping your Quest Code Tester Schema.
	 
	SOLUTION 2: If you installed the Quest Code Tester objects into a schema that you cannot drop for any reason, please do the following to obtain the scripts you need to remove the Quest Code Tester objects
	 
	1. Open a Support tick from 
https://support.quest.com with the exact Quest Code Tester version and request the uninstall scripts to be sent to you
	 
	2. When you receive the scripts, there should be 7 scripts (Note: This is subject to change depending on the version)
	a. qu_uninstall.sql
	b. qu_uninstall_packages.sql
	c. qu_uninstall_private_synonyms.sql
	d. qu_uninstall_sequences.sql
	e. qu_uninstall_synonyms.sql
	f. qu_uninstall_tables.sql
	g. qu_uninstall_types.sql
	 
	3. Log in to the schema where the Quest Code Tester objects reside with SQL PLUS (or Toad if you purchased it)
	 
	4. Run @@ '\qu_uninstall.sql';
		(Note: It is always advisable to backup your database prior to running the scripts.)