In Sql Developer under tables I see tables, but some of the tables have $ in name.
Example:
tb$something
What does that ‘$’ sign mean when in name of table?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it doesn’t mean anything. as you can create tables with dollar signs in if you want (probably not recommended as people may get confused thinking they are oracle special tables).
if you’re referring to objects owned by
SYSandSYSTEMthen Oracle names its memory structure views for exampleV$(egv$session). but these are just a naming convention that Oracle corp uses for its objects.