Actian Data Platform
1. Create a Read-Only User in Actian
-- Create a user for Wobby
CREATE USER wobby_user WITH PASSWORD '<your_secure_password>';2. Grant Read-Only Access to Your Schemas
-- Grant read-only access to a specific schema
GRANT SELECT ON ALL TABLES IN SCHEMA your_schema_name TO wobby_user;3. Allow Wobby's IP Address
4. Set Up the Connection in Wobby
That's It!
Last updated